Html Css Color HEX #0DB4DB Iris Blue

📋 copy color: '#0DB4DB'

red 13 ◦ green 180 ◦ blue 219

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

Shades of Iris Blue #0DB4DB

Tints of Iris Blue #0DB4DB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.69%

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

R = 3.16%
G = 43.69%
B = 53.16%

CMYK

 C value IS 0.94

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0DB4DB (or 0x0DB4DB) is known color: Iris Blue. HEX triplet: 0D, B4 and DB. RGB value is (13,180,219). Sum of RGB (Red+Green+Blue) = 13+180+219=412 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.16% from 412); Green value is 180 (70.70% from 255 or 43.69% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #0DB4DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DB4DB is #F24B24. Grayscale: #868686. Windows color (decimal): -15878949 or 14398477. OLE color: 14398477.

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

Color convert

RGB 13 180 219 -
CMYK 0.94 0.18 0 0.14
HSL 191.36º 0.89% 0.45% -
HSV(B) 191.36º 0.94% 0.86% -
XYZ 29.27 37.84 72.78 -
YUV 134.51 175.67 41.33 -
System Red Green Blue C M Y K H S L
Decimal 13 180 219 0.94 0.18 0 0.14 191.36 0.89 0.45
Hex D B4 DB 5E 12 0 E BF 59 2D
Octal 15 264 333 136 22 0 16 277 131 55
Binary 1101 10110100 11011011 1011110 10010 0 1110 10111111 1011001 101101

Color Harmonies of #0DB4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB4DB

Black with #0DB4DB

Text Example


Text Example

White with #0DB4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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