Html Css Color HEX #0FAAC0 Iris Blue

📋 copy color: '#0FAAC0'

red 15 ◦ green 170 ◦ blue 192

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

Shades of Iris Blue #0FAAC0

Tints of Iris Blue #0FAAC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 50.93%

R = 3.98%
G = 45.09%
B = 50.93%

CMYK

 C value IS 0.92

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0FAAC0 (or 0x0FAAC0) is known color: Iris Blue. HEX triplet: 0F, AA and C0. RGB value is (15,170,192). Sum of RGB (Red+Green+Blue) = 15+170+192=377 (49% of max value = 765). Red value is 15 (6.25% from 255 or 3.98% from 377); Green value is 170 (66.80% from 255 or 45.09% from 377); Blue value is 192 (75.39% from 255 or 50.93% from 377); Max value from RGB is 192 - color contains mainly: blue. Hex color #0FAAC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FAAC0 is #F0553F. Grayscale: #7D7D7D. Windows color (decimal): -15750464 or 12626447. OLE color: 12626447.

HSL color Cylindrical-coordinate representation of color #0FAAC0: hue angle of 187.46º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FAAC0 is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 15 170 192 -
CMYK 0.92 0.11 0 0.25
HSL 187.46º 0.86% 0.41% -
HSV(B) 187.46º 0.92% 0.75% -
XYZ 24.09 32.66 54.9 -
YUV 126.16 165.15 48.71 -
System Red Green Blue C M Y K H S L
Decimal 15 170 192 0.92 0.11 0 0.25 187.46 0.86 0.41
Hex F AA C0 5C B 0 19 BB 56 29
Octal 17 252 300 134 13 0 31 273 126 51
Binary 1111 10101010 11000000 1011100 1011 0 11001 10111011 1010110 101001

Color Harmonies of #0FAAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAAC0

Black with #0FAAC0

Text Example


Text Example

White with #0FAAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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