Html Css Color HEX #0DB0DB Iris Blue

📋 copy color: '#0DB0DB'

red 13 ◦ green 176 ◦ blue 219

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

Shades of Iris Blue #0DB0DB

Tints of Iris Blue #0DB0DB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.14%

 BLUE value IS 219 (85.94% from 255) = 53.68%

R = 3.19%
G = 43.14%
B = 53.68%

CMYK

 C value IS 0.94

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0DB0DB (or 0x0DB0DB) is known color: Iris Blue. HEX triplet: 0D, B0 and DB. RGB value is (13,176,219). Sum of RGB (Red+Green+Blue) = 13+176+219=408 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.19% from 408); Green value is 176 (69.14% from 255 or 43.14% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #0DB0DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DB0DB is #F24F24. Grayscale: #838383. Windows color (decimal): -15879973 or 14397453. OLE color: 14397453.

HSL color Cylindrical-coordinate representation of color #0DB0DB: hue angle of 192.52º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DB0DB is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 13 176 219 -
CMYK 0.94 0.20 0 0.14
HSL 192.52º 0.89% 0.45% -
HSV(B) 192.52º 0.94% 0.86% -
XYZ 28.48 36.25 72.51 -
YUV 132.17 177 43 -
System Red Green Blue C M Y K H S L
Decimal 13 176 219 0.94 0.20 0 0.14 192.52 0.89 0.45
Hex D B0 DB 5E 14 0 E C1 59 2D
Octal 15 260 333 136 24 0 16 301 131 55
Binary 1101 10110000 11011011 1011110 10100 0 1110 11000001 1011001 101101

Color Harmonies of #0DB0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB0DB

Black with #0DB0DB

Text Example


Text Example

White with #0DB0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,176,219); }

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

background-color css

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

 a { background-color: rgb(13,176,219); }

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

border-color css

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

 span { border-color: rgb(13,176,219); }

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