Html Css Color HEX #0FAACE Iris Blue

📋 copy color: '#0FAACE'

red 15 ◦ green 170 ◦ blue 206

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

Shades of Iris Blue #0FAACE

Tints of Iris Blue #0FAACE

RGB

 RED value IS 15 (6.25% from 255) = 3.84%

 GREEN value IS 170 (66.8% from 255) = 43.48%

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

R = 3.84%
G = 43.48%
B = 52.69%

CMYK

 C value IS 0.93

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0FAACE (or 0x0FAACE) is known color: Iris Blue. HEX triplet: 0F, AA and CE. RGB value is (15,170,206). Sum of RGB (Red+Green+Blue) = 15+170+206=391 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.84% from 391); Green value is 170 (66.80% from 255 or 43.48% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #0FAACE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FAACE is #F05531. Grayscale: #7F7F7F. Windows color (decimal): -15750450 or 13543951. OLE color: 13543951.

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

Color convert

RGB 15 170 206 -
CMYK 0.93 0.17 0 0.19
HSL 191.31º 0.86% 0.43% -
HSV(B) 191.31º 0.93% 0.81% -
XYZ 25.71 33.31 63.47 -
YUV 127.76 172.15 47.57 -
System Red Green Blue C M Y K H S L
Decimal 15 170 206 0.93 0.17 0 0.19 191.31 0.86 0.43
Hex F AA CE 5D 11 0 13 BF 56 2B
Octal 17 252 316 135 21 0 23 277 126 53
Binary 1111 10101010 11001110 1011101 10001 0 10011 10111111 1010110 101011

Color Harmonies of #0FAACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAACE

Black with #0FAACE

Text Example


Text Example

White with #0FAACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,170,206); }

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

background-color css

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

 a { background-color: rgb(15,170,206); }

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

border-color css

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

 span { border-color: rgb(15,170,206); }

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