Html Css Color HEX #0AAFE4 Iris Blue

📋 copy color: '#0AAFE4'

red 10 ◦ green 175 ◦ blue 228

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

Shades of Iris Blue #0AAFE4

Tints of Iris Blue #0AAFE4

RGB

 RED value IS 10 (4.3% from 255) = 2.42%

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

 BLUE value IS 228 (89.45% from 255) = 55.21%

R = 2.42%
G = 42.37%
B = 55.21%

CMYK

 C value IS 0.96

 M value IS 0.23

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#0AAFE4 (or 0x0AAFE4) is known color: Iris Blue. HEX triplet: 0A, AF and E4. RGB value is (10,175,228). Sum of RGB (Red+Green+Blue) = 10+175+228=413 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.42% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 228 (89.45% from 255 or 55.21% from 413); Max value from RGB is 228 - color contains mainly: blue. Hex color #0AAFE4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AAFE4 is #F5501B. Grayscale: #838383. Windows color (decimal): -16076828 or 14987018. OLE color: 14987018.

HSL color Cylindrical-coordinate representation of color #0AAFE4: hue angle of 194.59º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AAFE4 is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 10 175 228 -
CMYK 0.96 0.23 0 0.11
HSL 194.59º 0.92% 0.47% -
HSV(B) 194.59º 0.96% 0.89% -
XYZ 29.46 36.33 78.86 -
YUV 131.71 182.34 41.19 -
System Red Green Blue C M Y K H S L
Decimal 10 175 228 0.96 0.23 0 0.11 194.59 0.92 0.47
Hex A AF E4 60 17 0 B C3 5C 2F
Octal 12 257 344 140 27 0 13 303 134 57
Binary 1010 10101111 11100100 1100000 10111 0 1011 11000011 1011100 101111

Color Harmonies of #0AAFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAFE4

Black with #0AAFE4

Text Example


Text Example

White with #0AAFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,175,228); }

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

background-color css

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

 a { background-color: rgb(10,175,228); }

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

border-color css

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

 span { border-color: rgb(10,175,228); }

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