Html Css Color HEX #0FAACC Iris Blue

📋 copy color: '#0FAACC'

red 15 ◦ green 170 ◦ blue 204

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

Shades of Iris Blue #0FAACC

Tints of Iris Blue #0FAACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.44%

R = 3.86%
G = 43.7%
B = 52.44%

CMYK

 C value IS 0.93

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0FAACC (or 0x0FAACC) is known color: Iris Blue. HEX triplet: 0F, AA and CC. RGB value is (15,170,204). Sum of RGB (Red+Green+Blue) = 15+170+204=389 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.86% from 389); Green value is 170 (66.80% from 255 or 43.70% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #0FAACC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FAACC is #F05533. Grayscale: #7F7F7F. Windows color (decimal): -15750452 or 13412879. OLE color: 13412879.

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

Color convert

RGB 15 170 204 -
CMYK 0.93 0.17 0 0.2
HSL 190.79º 0.86% 0.43% -
HSV(B) 190.79º 0.93% 0.8% -
XYZ 25.47 33.21 62.19 -
YUV 127.53 171.15 47.74 -
System Red Green Blue C M Y K H S L
Decimal 15 170 204 0.93 0.17 0 0.2 190.79 0.86 0.43
Hex F AA CC 5D 11 0 14 BF 56 2B
Octal 17 252 314 135 21 0 24 277 126 53
Binary 1111 10101010 11001100 1011101 10001 0 10100 10111111 1010110 101011

Color Harmonies of #0FAACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAACC

Black with #0FAACC

Text Example


Text Example

White with #0FAACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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