Html Css Color HEX #0FACBF Iris Blue

📋 copy color: '#0FACBF'

red 15 ◦ green 172 ◦ blue 191

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

Shades of Iris Blue #0FACBF

Tints of Iris Blue #0FACBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.53%

R = 3.97%
G = 45.5%
B = 50.53%

CMYK

 C value IS 0.92

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0FACBF (or 0x0FACBF) is known color: Iris Blue. HEX triplet: 0F, AC and BF. RGB value is (15,172,191). Sum of RGB (Red+Green+Blue) = 15+172+191=378 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.97% from 378); Green value is 172 (67.58% from 255 or 45.50% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #0FACBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FACBF is #F05340. Grayscale: #7E7E7E. Windows color (decimal): -15749953 or 12561423. OLE color: 12561423.

HSL color Cylindrical-coordinate representation of color #0FACBF: hue angle of 186.48º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FACBF is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 15 172 191 -
CMYK 0.92 0.10 0 0.25
HSL 186.48º 0.85% 0.4% -
HSV(B) 186.48º 0.92% 0.75% -
XYZ 24.35 33.37 54.45 -
YUV 127.22 163.99 47.96 -
System Red Green Blue C M Y K H S L
Decimal 15 172 191 0.92 0.10 0 0.25 186.48 0.85 0.4
Hex F AC BF 5C A 0 19 BA 55 28
Octal 17 254 277 134 12 0 31 272 125 50
Binary 1111 10101100 10111111 1011100 1010 0 11001 10111010 1010101 101000

Color Harmonies of #0FACBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FACBF

Black with #0FACBF

Text Example


Text Example

White with #0FACBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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