Html Css Color HEX #0DBDCB Iris Blue

📋 copy color: '#0DBDCB'

red 13 ◦ green 189 ◦ blue 203

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

Shades of Iris Blue #0DBDCB

Tints of Iris Blue #0DBDCB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 46.67%

 BLUE value IS 203 (79.69% from 255) = 50.12%

R = 3.21%
G = 46.67%
B = 50.12%

CMYK

 C value IS 0.94

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0DBDCB (or 0x0DBDCB) is known color: Iris Blue. HEX triplet: 0D, BD and CB. RGB value is (13,189,203). Sum of RGB (Red+Green+Blue) = 13+189+203=405 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.21% from 405); Green value is 189 (74.22% from 255 or 46.67% from 405); Blue value is 203 (79.69% from 255 or 50.12% from 405); Max value from RGB is 203 - color contains mainly: blue. Hex color #0DBDCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBDCB is #F24234. Grayscale: #898989. Windows color (decimal): -15876661 or 13352205. OLE color: 13352205.

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

Color convert

RGB 13 189 203 -
CMYK 0.94 0.07 0 0.20
HSL 184.42º 0.88% 0.42% -
HSV(B) 184.42º 0.94% 0.8% -
XYZ 29.14 40.79 62.84 -
YUV 137.97 164.69 38.86 -
System Red Green Blue C M Y K H S L
Decimal 13 189 203 0.94 0.07 0 0.20 184.42 0.88 0.42
Hex D BD CB 5E 7 0 14 B8 58 2A
Octal 15 275 313 136 7 0 24 270 130 52
Binary 1101 10111101 11001011 1011110 111 0 10100 10111000 1011000 101010

Color Harmonies of #0DBDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBDCB

Black with #0DBDCB

Text Example


Text Example

White with #0DBDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,189,203); }

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

background-color css

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

 a { background-color: rgb(13,189,203); }

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

border-color css

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

 span { border-color: rgb(13,189,203); }

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