Html Css Color HEX #0FAAC2 Iris Blue

📋 copy color: '#0FAAC2'

red 15 ◦ green 170 ◦ blue 194

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

Shades of Iris Blue #0FAAC2

Tints of Iris Blue #0FAAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 51.19%

R = 3.96%
G = 44.85%
B = 51.19%

CMYK

 C value IS 0.92

 M value IS 0.12

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#0FAAC2 (or 0x0FAAC2) is known color: Iris Blue. HEX triplet: 0F, AA and C2. RGB value is (15,170,194). Sum of RGB (Red+Green+Blue) = 15+170+194=379 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.96% from 379); Green value is 170 (66.80% from 255 or 44.85% from 379); Blue value is 194 (76.17% from 255 or 51.19% from 379); Max value from RGB is 194 - color contains mainly: blue. Hex color #0FAAC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FAAC2 is #F0553D. Grayscale: #7E7E7E. Windows color (decimal): -15750462 or 12757519. OLE color: 12757519.

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

Color convert

RGB 15 170 194 -
CMYK 0.92 0.12 0 0.24
HSL 188.04º 0.86% 0.41% -
HSV(B) 188.04º 0.92% 0.76% -
XYZ 24.31 32.75 56.08 -
YUV 126.39 166.15 48.55 -
System Red Green Blue C M Y K H S L
Decimal 15 170 194 0.92 0.12 0 0.24 188.04 0.86 0.41
Hex F AA C2 5C C 0 18 BC 56 29
Octal 17 252 302 134 14 0 30 274 126 51
Binary 1111 10101010 11000010 1011100 1100 0 11000 10111100 1010110 101001

Color Harmonies of #0FAAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAAC2

Black with #0FAAC2

Text Example


Text Example

White with #0FAAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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