Html Css Color HEX #0DAECF Iris Blue

📋 copy color: '#0DAECF'

red 13 ◦ green 174 ◦ blue 207

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

Shades of Iris Blue #0DAECF

Tints of Iris Blue #0DAECF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 44.16%

 BLUE value IS 207 (81.25% from 255) = 52.54%

R = 3.3%
G = 44.16%
B = 52.54%

CMYK

 C value IS 0.94

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0DAECF (or 0x0DAECF) is known color: Iris Blue. HEX triplet: 0D, AE and CF. RGB value is (13,174,207). Sum of RGB (Red+Green+Blue) = 13+174+207=394 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.30% from 394); Green value is 174 (68.36% from 255 or 44.16% from 394); Blue value is 207 (81.25% from 255 or 52.54% from 394); Max value from RGB is 207 - color contains mainly: blue. Hex color #0DAECF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DAECF is #F25130. Grayscale: #818181. Windows color (decimal): -15880497 or 13610509. OLE color: 13610509.

HSL color Cylindrical-coordinate representation of color #0DAECF: hue angle of 190.21º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DAECF is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 13 174 207 -
CMYK 0.94 0.16 0 0.19
HSL 190.21º 0.88% 0.43% -
HSV(B) 190.21º 0.94% 0.81% -
XYZ 26.56 34.86 64.36 -
YUV 129.62 171.66 44.82 -
System Red Green Blue C M Y K H S L
Decimal 13 174 207 0.94 0.16 0 0.19 190.21 0.88 0.43
Hex D AE CF 5E 10 0 13 BE 58 2B
Octal 15 256 317 136 20 0 23 276 130 53
Binary 1101 10101110 11001111 1011110 10000 0 10011 10111110 1011000 101011

Color Harmonies of #0DAECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAECF

Black with #0DAECF

Text Example


Text Example

White with #0DAECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,174,207); }

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

background-color css

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

 a { background-color: rgb(13,174,207); }

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

border-color css

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

 span { border-color: rgb(13,174,207); }

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