Html Css Color HEX #0DB4DA Iris Blue

📋 copy color: '#0DB4DA'

red 13 ◦ green 180 ◦ blue 218

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

Shades of Iris Blue #0DB4DA

Tints of Iris Blue #0DB4DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.04%

R = 3.16%
G = 43.8%
B = 53.04%

CMYK

 C value IS 0.94

 M value IS 0.17

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0DB4DA (or 0x0DB4DA) is known color: Iris Blue. HEX triplet: 0D, B4 and DA. RGB value is (13,180,218). Sum of RGB (Red+Green+Blue) = 13+180+218=411 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.16% from 411); Green value is 180 (70.70% from 255 or 43.80% from 411); Blue value is 218 (85.55% from 255 or 53.04% from 411); Max value from RGB is 218 - color contains mainly: blue. Hex color #0DB4DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DB4DA is #F24B25. Grayscale: #868686. Windows color (decimal): -15878950 or 14332941. OLE color: 14332941.

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

Color convert

RGB 13 180 218 -
CMYK 0.94 0.17 0 0.15
HSL 191.12º 0.89% 0.45% -
HSV(B) 191.12º 0.94% 0.85% -
XYZ 29.14 37.79 72.09 -
YUV 134.4 175.17 41.41 -
System Red Green Blue C M Y K H S L
Decimal 13 180 218 0.94 0.17 0 0.15 191.12 0.89 0.45
Hex D B4 DA 5E 11 0 F BF 59 2D
Octal 15 264 332 136 21 0 17 277 131 55
Binary 1101 10110100 11011010 1011110 10001 0 1111 10111111 1011001 101101

Color Harmonies of #0DB4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB4DA

Black with #0DB4DA

Text Example


Text Example

White with #0DB4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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