Html Css Color HEX #0DB7BC Iris Blue

📋 copy color: '#0DB7BC'

red 13 ◦ green 183 ◦ blue 188

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

Shades of Iris Blue #0DB7BC

Tints of Iris Blue #0DB7BC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 47.66%

 BLUE value IS 188 (73.83% from 255) = 48.96%

R = 3.39%
G = 47.66%
B = 48.96%

CMYK

 C value IS 0.93

 M value IS 0.03

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0DB7BC (or 0x0DB7BC) is known color: Iris Blue. HEX triplet: 0D, B7 and BC. RGB value is (13,183,188). Sum of RGB (Red+Green+Blue) = 13+183+188=384 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.39% from 384); Green value is 183 (71.88% from 255 or 47.66% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #0DB7BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DB7BC is #F24843. Grayscale: #848484. Windows color (decimal): -15878212 or 12367629. OLE color: 12367629.

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

Color convert

RGB 13 183 188 -
CMYK 0.93 0.03 0 0.26
HSL 181.71º 0.87% 0.39% -
HSV(B) 181.71º 0.93% 0.74% -
XYZ 26.18 37.58 53.45 -
YUV 132.74 159.18 42.59 -
System Red Green Blue C M Y K H S L
Decimal 13 183 188 0.93 0.03 0 0.26 181.71 0.87 0.39
Hex D B7 BC 5D 3 0 1A B6 57 27
Octal 15 267 274 135 3 0 32 266 127 47
Binary 1101 10110111 10111100 1011101 11 0 11010 10110110 1010111 100111

Color Harmonies of #0DB7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB7BC

Black with #0DB7BC

Text Example


Text Example

White with #0DB7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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