Html Css Color HEX #0FAAC5 Iris Blue

📋 copy color: '#0FAAC5'

red 15 ◦ green 170 ◦ blue 197

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

Shades of Iris Blue #0FAAC5

Tints of Iris Blue #0FAAC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 51.57%

R = 3.93%
G = 44.5%
B = 51.57%

CMYK

 C value IS 0.92

 M value IS 0.14

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#0FAAC5 (or 0x0FAAC5) is known color: Iris Blue. HEX triplet: 0F, AA and C5. RGB value is (15,170,197). Sum of RGB (Red+Green+Blue) = 15+170+197=382 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.93% from 382); Green value is 170 (66.80% from 255 or 44.50% from 382); Blue value is 197 (77.34% from 255 or 51.57% from 382); Max value from RGB is 197 - color contains mainly: blue. Hex color #0FAAC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FAAC5 is #F0553A. Grayscale: #7E7E7E. Windows color (decimal): -15750459 or 12954127. OLE color: 12954127.

HSL color Cylindrical-coordinate representation of color #0FAAC5: hue angle of 188.9º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FAAC5 is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 15 170 197 -
CMYK 0.92 0.14 0 0.23
HSL 188.9º 0.86% 0.42% -
HSV(B) 188.9º 0.92% 0.77% -
XYZ 24.65 32.88 57.87 -
YUV 126.73 167.65 48.3 -
System Red Green Blue C M Y K H S L
Decimal 15 170 197 0.92 0.14 0 0.23 188.9 0.86 0.42
Hex F AA C5 5C E 0 17 BD 56 2A
Octal 17 252 305 134 16 0 27 275 126 52
Binary 1111 10101010 11000101 1011100 1110 0 10111 10111101 1010110 101010

Color Harmonies of #0FAAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAAC5

Black with #0FAAC5

Text Example


Text Example

White with #0FAAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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