Html Css Color HEX #0DBBCE Iris Blue

📋 copy color: '#0DBBCE'

red 13 ◦ green 187 ◦ blue 206

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

Shades of Iris Blue #0DBBCE

Tints of Iris Blue #0DBBCE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 46.06%

 BLUE value IS 206 (80.86% from 255) = 50.74%

R = 3.2%
G = 46.06%
B = 50.74%

CMYK

 C value IS 0.94

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0DBBCE (or 0x0DBBCE) is known color: Iris Blue. HEX triplet: 0D, BB and CE. RGB value is (13,187,206). Sum of RGB (Red+Green+Blue) = 13+187+206=406 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.20% from 406); Green value is 187 (73.44% from 255 or 46.06% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #0DBBCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBBCE is #F24431. Grayscale: #888888. Windows color (decimal): -15877170 or 13548301. OLE color: 13548301.

HSL color Cylindrical-coordinate representation of color #0DBBCE: hue angle of 185.91º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DBBCE is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 13 187 206 -
CMYK 0.94 0.09 0 0.19
HSL 185.91º 0.88% 0.43% -
HSV(B) 185.91º 0.94% 0.81% -
XYZ 29.08 40.08 64.6 -
YUV 137.14 166.85 39.46 -
System Red Green Blue C M Y K H S L
Decimal 13 187 206 0.94 0.09 0 0.19 185.91 0.88 0.43
Hex D BB CE 5E 9 0 13 BA 58 2B
Octal 15 273 316 136 11 0 23 272 130 53
Binary 1101 10111011 11001110 1011110 1001 0 10011 10111010 1011000 101011

Color Harmonies of #0DBBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBBCE

Black with #0DBBCE

Text Example


Text Example

White with #0DBBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,187,206); }

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

background-color css

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

 a { background-color: rgb(13,187,206); }

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

border-color css

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

 span { border-color: rgb(13,187,206); }

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