Html Css Color HEX #0DBDB9 Iris Blue

📋 copy color: '#0DBDB9'

red 13 ◦ green 189 ◦ blue 185

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

Shades of Iris Blue #0DBDB9

Tints of Iris Blue #0DBDB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 47.8%

R = 3.36%
G = 48.84%
B = 47.8%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#0DBDB9 (or 0x0DBDB9) is known color: Iris Blue. HEX triplet: 0D, BD and B9. RGB value is (13,189,185). Sum of RGB (Red+Green+Blue) = 13+189+185=387 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.36% from 387); Green value is 189 (74.22% from 255 or 48.84% from 387); Blue value is 185 (72.66% from 255 or 47.80% from 387); Max value from RGB is 189 - color contains mainly: green. Hex color #0DBDB9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBDB9 is #F24246. Grayscale: #878787. Windows color (decimal): -15876679 or 12172557. OLE color: 12172557.

HSL color Cylindrical-coordinate representation of color #0DBDB9: hue angle of 178.64º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBDB9 is Cyan = 0.93, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 13 189 185 -
CMYK 0.93 0 0.02 0.26
HSL 178.64º 0.87% 0.4% -
HSV(B) 178.64º 0.93% 0.74% -
XYZ 27.12 39.98 52.19 -
YUV 135.92 155.69 40.33 -
System Red Green Blue C M Y K H S L
Decimal 13 189 185 0.93 0 0.02 0.26 178.64 0.87 0.4
Hex D BD B9 5D 0 2 1A B3 57 28
Octal 15 275 271 135 0 2 32 263 127 50
Binary 1101 10111101 10111001 1011101 0 10 11010 10110011 1010111 101000

Color Harmonies of #0DBDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBDB9

Black with #0DBDB9

Text Example


Text Example

White with #0DBDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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