#0DBFC7

Color #0DBFC7 Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #0DBFC7

Tints of Iris Blue #0DBFC7

Color information

#0DBFC7 (or 0x0DBFC7) is unknown color: approx Iris Blue. HEX triplet: 0D, BF and C7. RGB value is (13,191,199). Sum of RGB (Red+Green+Blue) = 13+191+199=403 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.23% from 403); Green value is 191 (75% from 255 or 47.39% from 403); Blue value is 199 (78.12% from 255 or 49.38% from 403); Max value from RGB is 199 - color contains mainly: blue. Hex color #0DBFC7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBFC7 is #F24038. Grayscale: #8A8A8A. Windows color (decimal): -15876153 or 13090573. OLE color: 13090573.

HSL color Cylindrical-coordinate representation of color #0DBFC7: hue angle of 182.58º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBFC7 is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13191199-
CMYK0.930.0400.22
HSL182.58º87.74%41.57%-
HSV(B)182.58º93.47%78.04%-
XYZ29.1141.4760.5-
YUV138.69162.0338.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 13 (5.47% from 255) = 3.23%
GREEN value IS 191 (75% from 255) = 47.39%
BLUE value IS 199 (78.12% from 255) = 49.38%
R=3.23%
G=47.39%
B=49.38%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal131911990.930.0400.22182.5887.7441.57
HexDBFC75D4016b7582a
Octal15277307135402626713052
Binary110110111111110001111011101100010110101101111011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DBFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0DBFC7; }

 p { color: rgb(13,191,199); }

 H1.HeaderClassName
 {
   color: #0DBFC7;
 }
 .AnyTagClassName
 {
   color: #0DBFC7;
 }
</style>
background-color css

<style>
 a { background-color: #0DBFC7; }

 a { background-color: rgb(13,191,199); }

 div.DivClassName
 {
   background-color: #0DBFC7;
 }
 .BgClassName
 {
   background-color: #0DBFC7;
 }
</style>
border-color css

<style>
 span { border-color: #0DBFC7; }

 span { border-color: rgb(13,191,199); }

 td.TdClassName
 {
   border-color: #0DBFC7;
 }
 .TagClassName
 {
   border-color: #0DBFC7;
 }
</style>