Html Css Color HEX #0DBDB7 Iris Blue

📋 copy color: '#0DBDB7'

red 13 ◦ green 189 ◦ blue 183

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

Shades of Iris Blue #0DBDB7

Tints of Iris Blue #0DBDB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 47.53%

R = 3.38%
G = 49.09%
B = 47.53%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#0DBDB7 (or 0x0DBDB7) is known color: Iris Blue. HEX triplet: 0D, BD and B7. RGB value is (13,189,183). Sum of RGB (Red+Green+Blue) = 13+189+183=385 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.38% from 385); Green value is 189 (74.22% from 255 or 49.09% from 385); Blue value is 183 (71.88% from 255 or 47.53% from 385); Max value from RGB is 189 - color contains mainly: green. Hex color #0DBDB7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBDB7 is #F24248. Grayscale: #878787. Windows color (decimal): -15876681 or 12041485. OLE color: 12041485.

HSL color Cylindrical-coordinate representation of color #0DBDB7: hue angle of 177.95º 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 #0DBDB7 is Cyan = 0.93, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB 13 189 183 -
CMYK 0.93 0 0.03 0.26
HSL 177.95º 0.87% 0.4% -
HSV(B) 177.95º 0.93% 0.74% -
XYZ 26.91 39.9 51.08 -
YUV 135.69 154.69 40.49 -
System Red Green Blue C M Y K H S L
Decimal 13 189 183 0.93 0 0.03 0.26 177.95 0.87 0.4
Hex D BD B7 5D 0 3 1A B2 57 28
Octal 15 275 267 135 0 3 32 262 127 50
Binary 1101 10111101 10110111 1011101 0 11 11010 10110010 1010111 101000

Color Harmonies of #0DBDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBDB7

Black with #0DBDB7

Text Example


Text Example

White with #0DBDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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