Html Css Color HEX #0DB1C3 Iris Blue

📋 copy color: '#0DB1C3'

red 13 ◦ green 177 ◦ blue 195

#0DB1C3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iris Blue #0DB1C3

Tints of Iris Blue #0DB1C3

RGB

 RED value IS 13 (5.47% from 255) = 3.38%

 GREEN value IS 177 (69.53% from 255) = 45.97%

 BLUE value IS 195 (76.56% from 255) = 50.65%

R = 3.38%
G = 45.97%
B = 50.65%

CMYK

 C value IS 0.93

 M value IS 0.09

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#0DB1C3 (or 0x0DB1C3) is known color: Iris Blue. HEX triplet: 0D, B1 and C3. RGB value is (13,177,195). Sum of RGB (Red+Green+Blue) = 13+177+195=385 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.38% from 385); Green value is 177 (69.53% from 255 or 45.97% from 385); Blue value is 195 (76.56% from 255 or 50.65% from 385); Max value from RGB is 195 - color contains mainly: blue. Hex color #0DB1C3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DB1C3 is #F24E3C. Grayscale: #818181. Windows color (decimal): -15879741 or 12824845. OLE color: 12824845.

HSL color Cylindrical-coordinate representation of color #0DB1C3: hue angle of 185.93º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB1C3 is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 13 177 195 -
CMYK 0.93 0.09 0 0.24
HSL 185.93º 0.88% 0.41% -
HSV(B) 185.93º 0.93% 0.76% -
XYZ 25.74 35.47 57.12 -
YUV 130.02 164.67 44.54 -
System Red Green Blue C M Y K H S L
Decimal 13 177 195 0.93 0.09 0 0.24 185.93 0.88 0.41
Hex D B1 C3 5D 9 0 18 BA 58 29
Octal 15 261 303 135 11 0 30 272 130 51
Binary 1101 10110001 11000011 1011101 1001 0 11000 10111010 1011000 101001

Color Harmonies of #0DB1C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB1C3

Black with #0DB1C3

Text Example


Text Example

White with #0DB1C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,177,195); }

 H1.HeaderClassName
 {
   color: #0DB1C3;
 }
 .AnyTagClassName
 {
   color: #0DB1C3;
 }
</style>

background-color css

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

 a { background-color: rgb(13,177,195); }

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

border-color css

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

 span { border-color: rgb(13,177,195); }

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