Html Css Color HEX #0FAAC3 Iris Blue

📋 copy color: '#0FAAC3'

red 15 ◦ green 170 ◦ blue 195

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

Shades of Iris Blue #0FAAC3

Tints of Iris Blue #0FAAC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 51.32%

R = 3.95%
G = 44.74%
B = 51.32%

CMYK

 C value IS 0.92

 M value IS 0.13

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#0FAAC3 (or 0x0FAAC3) is known color: Iris Blue. HEX triplet: 0F, AA and C3. RGB value is (15,170,195). Sum of RGB (Red+Green+Blue) = 15+170+195=380 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.95% from 380); Green value is 170 (66.80% from 255 or 44.74% from 380); Blue value is 195 (76.56% from 255 or 51.32% from 380); Max value from RGB is 195 - color contains mainly: blue. Hex color #0FAAC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FAAC3 is #F0553C. Grayscale: #7E7E7E. Windows color (decimal): -15750461 or 12823055. OLE color: 12823055.

HSL color Cylindrical-coordinate representation of color #0FAAC3: hue angle of 188.33º 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 #0FAAC3 is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 15 170 195 -
CMYK 0.92 0.13 0 0.24
HSL 188.33º 0.86% 0.41% -
HSV(B) 188.33º 0.92% 0.76% -
XYZ 24.42 32.79 56.67 -
YUV 126.51 166.65 48.47 -
System Red Green Blue C M Y K H S L
Decimal 15 170 195 0.92 0.13 0 0.24 188.33 0.86 0.41
Hex F AA C3 5C D 0 18 BC 56 29
Octal 17 252 303 134 15 0 30 274 126 51
Binary 1111 10101010 11000011 1011100 1101 0 11000 10111100 1010110 101001

Color Harmonies of #0FAAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAAC3

Black with #0FAAC3

Text Example


Text Example

White with #0FAAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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