Html Css Color HEX #0DB8DB Iris Blue

📋 copy color: '#0DB8DB'

red 13 ◦ green 184 ◦ blue 219

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

Shades of Iris Blue #0DB8DB

Tints of Iris Blue #0DB8DB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.23%

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

R = 3.13%
G = 44.23%
B = 52.64%

CMYK

 C value IS 0.94

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0DB8DB (or 0x0DB8DB) is known color: Iris Blue. HEX triplet: 0D, B8 and DB. RGB value is (13,184,219). Sum of RGB (Red+Green+Blue) = 13+184+219=416 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.12% from 416); Green value is 184 (72.27% from 255 or 44.23% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #0DB8DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DB8DB is #F24724. Grayscale: #888888. Windows color (decimal): -15877925 or 14399501. OLE color: 14399501.

HSL color Cylindrical-coordinate representation of color #0DB8DB: hue angle of 190.19º 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 #0DB8DB is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 13 184 219 -
CMYK 0.94 0.16 0 0.14
HSL 190.19º 0.89% 0.45% -
HSV(B) 190.19º 0.94% 0.86% -
XYZ 30.09 39.48 73.05 -
YUV 136.86 174.35 39.65 -
System Red Green Blue C M Y K H S L
Decimal 13 184 219 0.94 0.16 0 0.14 190.19 0.89 0.45
Hex D B8 DB 5E 10 0 E BE 59 2D
Octal 15 270 333 136 20 0 16 276 131 55
Binary 1101 10111000 11011011 1011110 10000 0 1110 10111110 1011001 101101

Color Harmonies of #0DB8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB8DB

Black with #0DB8DB

Text Example


Text Example

White with #0DB8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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