#0DAFE0

Color #0DAFE0 Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #0DAFE0

Tints of Iris Blue #0DAFE0

Color information

#0DAFE0 (or 0x0DAFE0) is unknown color: approx Iris Blue. HEX triplet: 0D, AF and E0. RGB value is (13,175,224). Sum of RGB (Red+Green+Blue) = 13+175+224=412 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.16% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 224 (87.89% from 255 or 54.37% from 412); Max value from RGB is 224 - color contains mainly: blue. Hex color #0DAFE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DAFE0 is #F2501F. Grayscale: #838383. Windows color (decimal): -15880224 or 14724877. OLE color: 14724877.

HSL color Cylindrical-coordinate representation of color #0DAFE0: hue angle of 193.93º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DAFE0 is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB13175224-
CMYK0.940.2200.12
HSL193.93º89.03%46.47%-
HSV(B)193.93º94.2%87.84%-
XYZ28.9536.1375.97-
YUV132.15179.8343.02-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.16%
GREEN value IS 175 (68.75% from 255) = 42.48%
BLUE value IS 224 (87.89% from 255) = 54.37%
R=3.16%
G=42.48%
B=54.37%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal131752240.940.2200.12193.9389.0346.47
HexDAFE05E160Cc2592e
Octal152573401362601430213156
Binary1101101011111110000010111101011001100110000101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DAFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0DAFE0;
 }
 .AnyTagClassName
 {
   color: #0DAFE0;
 }
</style>
background-color css

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

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

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

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

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

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