Html Css Color HEX #0FACC9 Iris Blue

📋 copy color: '#0FACC9'

red 15 ◦ green 172 ◦ blue 201

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

Shades of Iris Blue #0FACC9

Tints of Iris Blue #0FACC9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.33%

 BLUE value IS 201 (78.91% from 255) = 51.8%

R = 3.87%
G = 44.33%
B = 51.8%

CMYK

 C value IS 0.93

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0FACC9 (or 0x0FACC9) is known color: Iris Blue. HEX triplet: 0F, AC and C9. RGB value is (15,172,201). Sum of RGB (Red+Green+Blue) = 15+172+201=388 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.87% from 388); Green value is 172 (67.58% from 255 or 44.33% from 388); Blue value is 201 (78.91% from 255 or 51.80% from 388); Max value from RGB is 201 - color contains mainly: blue. Hex color #0FACC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FACC9 is #F05336. Grayscale: #808080. Windows color (decimal): -15749943 or 13216783. OLE color: 13216783.

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

Color convert

RGB 15 172 201 -
CMYK 0.93 0.14 0 0.21
HSL 189.35º 0.86% 0.42% -
HSV(B) 189.35º 0.93% 0.79% -
XYZ 25.49 33.82 60.44 -
YUV 128.36 168.99 47.14 -
System Red Green Blue C M Y K H S L
Decimal 15 172 201 0.93 0.14 0 0.21 189.35 0.86 0.42
Hex F AC C9 5D E 0 15 BD 56 2A
Octal 17 254 311 135 16 0 25 275 126 52
Binary 1111 10101100 11001001 1011101 1110 0 10101 10111101 1010110 101010

Color Harmonies of #0FACC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FACC9

Black with #0FACC9

Text Example


Text Example

White with #0FACC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,172,201); }

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

background-color css

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

 a { background-color: rgb(15,172,201); }

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

border-color css

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

 span { border-color: rgb(15,172,201); }

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