Html Css Color HEX #0DB0CD Iris Blue

📋 copy color: '#0DB0CD'

red 13 ◦ green 176 ◦ blue 205

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

Shades of Iris Blue #0DB0CD

Tints of Iris Blue #0DB0CD

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.67%

 BLUE value IS 205 (80.47% from 255) = 52.03%

R = 3.3%
G = 44.67%
B = 52.03%

CMYK

 C value IS 0.94

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0DB0CD (or 0x0DB0CD) is known color: Iris Blue. HEX triplet: 0D, B0 and CD. RGB value is (13,176,205). Sum of RGB (Red+Green+Blue) = 13+176+205=394 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.30% from 394); Green value is 176 (69.14% from 255 or 44.67% from 394); Blue value is 205 (80.47% from 255 or 52.03% from 394); Max value from RGB is 205 - color contains mainly: blue. Hex color #0DB0CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DB0CD is #F24F32. Grayscale: #828282. Windows color (decimal): -15879987 or 13479949. OLE color: 13479949.

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

Color convert

RGB 13 176 205 -
CMYK 0.94 0.14 0 0.20
HSL 189.06º 0.88% 0.43% -
HSV(B) 189.06º 0.94% 0.8% -
XYZ 26.71 35.54 63.21 -
YUV 130.57 170 44.14 -
System Red Green Blue C M Y K H S L
Decimal 13 176 205 0.94 0.14 0 0.20 189.06 0.88 0.43
Hex D B0 CD 5E E 0 14 BD 58 2B
Octal 15 260 315 136 16 0 24 275 130 53
Binary 1101 10110000 11001101 1011110 1110 0 10100 10111101 1011000 101011

Color Harmonies of #0DB0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB0CD

Black with #0DB0CD

Text Example


Text Example

White with #0DB0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,176,205); }

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

background-color css

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

 a { background-color: rgb(13,176,205); }

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

border-color css

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

 span { border-color: rgb(13,176,205); }

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