Html Css Color HEX #0FAACF Iris Blue

📋 copy color: '#0FAACF'

red 15 ◦ green 170 ◦ blue 207

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

Shades of Iris Blue #0FAACF

Tints of Iris Blue #0FAACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.81%

R = 3.83%
G = 43.37%
B = 52.81%

CMYK

 C value IS 0.93

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0FAACF (or 0x0FAACF) is known color: Iris Blue. HEX triplet: 0F, AA and CF. RGB value is (15,170,207). Sum of RGB (Red+Green+Blue) = 15+170+207=392 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.83% from 392); Green value is 170 (66.80% from 255 or 43.37% from 392); Blue value is 207 (81.25% from 255 or 52.81% from 392); Max value from RGB is 207 - color contains mainly: blue. Hex color #0FAACF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FAACF is #F05530. Grayscale: #7F7F7F. Windows color (decimal): -15750449 or 13609487. OLE color: 13609487.

HSL color Cylindrical-coordinate representation of color #0FAACF: hue angle of 191.56º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FAACF is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 15 170 207 -
CMYK 0.93 0.18 0 0.19
HSL 191.56º 0.86% 0.44% -
HSV(B) 191.56º 0.93% 0.81% -
XYZ 25.83 33.36 64.11 -
YUV 127.87 172.65 47.49 -
System Red Green Blue C M Y K H S L
Decimal 15 170 207 0.93 0.18 0 0.19 191.56 0.86 0.44
Hex F AA CF 5D 12 0 13 C0 56 2C
Octal 17 252 317 135 22 0 23 300 126 54
Binary 1111 10101010 11001111 1011101 10010 0 10011 11000000 1010110 101100

Color Harmonies of #0FAACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAACF

Black with #0FAACF

Text Example


Text Example

White with #0FAACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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