Html Css Color HEX #0DAFCE Iris Blue

📋 copy color: '#0DAFCE'

red 13 ◦ green 175 ◦ blue 206

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

Shades of Iris Blue #0DAFCE

Tints of Iris Blue #0DAFCE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.42%

 BLUE value IS 206 (80.86% from 255) = 52.28%

R = 3.3%
G = 44.42%
B = 52.28%

CMYK

 C value IS 0.94

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0DAFCE (or 0x0DAFCE) is known color: Iris Blue. HEX triplet: 0D, AF and CE. RGB value is (13,175,206). Sum of RGB (Red+Green+Blue) = 13+175+206=394 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.30% from 394); Green value is 175 (68.75% from 255 or 44.42% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #0DAFCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DAFCE is #F25031. Grayscale: #818181. Windows color (decimal): -15880242 or 13545229. OLE color: 13545229.

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

Color convert

RGB 13 175 206 -
CMYK 0.94 0.15 0 0.19
HSL 189.64º 0.88% 0.43% -
HSV(B) 189.64º 0.94% 0.81% -
XYZ 26.64 35.2 63.78 -
YUV 130.1 170.83 44.48 -
System Red Green Blue C M Y K H S L
Decimal 13 175 206 0.94 0.15 0 0.19 189.64 0.88 0.43
Hex D AF CE 5E F 0 13 BE 58 2B
Octal 15 257 316 136 17 0 23 276 130 53
Binary 1101 10101111 11001110 1011110 1111 0 10011 10111110 1011000 101011

Color Harmonies of #0DAFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAFCE

Black with #0DAFCE

Text Example


Text Example

White with #0DAFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,175,206); }

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

background-color css

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

 a { background-color: rgb(13,175,206); }

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

border-color css

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

 span { border-color: rgb(13,175,206); }

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