Html Css Color HEX #0DB6BE Iris Blue

📋 copy color: '#0DB6BE'

red 13 ◦ green 182 ◦ blue 190

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

Shades of Iris Blue #0DB6BE

Tints of Iris Blue #0DB6BE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 47.27%

 BLUE value IS 190 (74.61% from 255) = 49.35%

R = 3.38%
G = 47.27%
B = 49.35%

CMYK

 C value IS 0.93

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0DB6BE (or 0x0DB6BE) is known color: Iris Blue. HEX triplet: 0D, B6 and BE. RGB value is (13,182,190). Sum of RGB (Red+Green+Blue) = 13+182+190=385 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.38% from 385); Green value is 182 (71.48% from 255 or 47.27% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #0DB6BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DB6BE is #F24941. Grayscale: #848484. Windows color (decimal): -15878466 or 12498445. OLE color: 12498445.

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

Color convert

RGB 13 182 190 -
CMYK 0.93 0.04 0 0.25
HSL 182.71º 0.87% 0.4% -
HSV(B) 182.71º 0.93% 0.75% -
XYZ 26.19 37.26 54.53 -
YUV 132.38 160.51 42.85 -
System Red Green Blue C M Y K H S L
Decimal 13 182 190 0.93 0.04 0 0.25 182.71 0.87 0.4
Hex D B6 BE 5D 4 0 19 B7 57 28
Octal 15 266 276 135 4 0 31 267 127 50
Binary 1101 10110110 10111110 1011101 100 0 11001 10110111 1010111 101000

Color Harmonies of #0DB6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB6BE

Black with #0DB6BE

Text Example


Text Example

White with #0DB6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,182,190); }

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

background-color css

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

 a { background-color: rgb(13,182,190); }

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

border-color css

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

 span { border-color: rgb(13,182,190); }

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