Html Css Color HEX #0FACBC Iris Blue

📋 copy color: '#0FACBC'

red 15 ◦ green 172 ◦ blue 188

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

Shades of Iris Blue #0FACBC

Tints of Iris Blue #0FACBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.13%

R = 4%
G = 45.87%
B = 50.13%

CMYK

 C value IS 0.92

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0FACBC (or 0x0FACBC) is known color: Iris Blue. HEX triplet: 0F, AC and BC. RGB value is (15,172,188). Sum of RGB (Red+Green+Blue) = 15+172+188=375 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4% from 375); Green value is 172 (67.58% from 255 or 45.87% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #0FACBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FACBC is #F05343. Grayscale: #7E7E7E. Windows color (decimal): -15749956 or 12364815. OLE color: 12364815.

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

Color convert

RGB 15 172 188 -
CMYK 0.92 0.09 0 0.26
HSL 185.55º 0.85% 0.4% -
HSV(B) 185.55º 0.92% 0.74% -
XYZ 24.03 33.24 52.73 -
YUV 126.88 162.49 48.2 -
System Red Green Blue C M Y K H S L
Decimal 15 172 188 0.92 0.09 0 0.26 185.55 0.85 0.4
Hex F AC BC 5C 9 0 1A BA 55 28
Octal 17 254 274 134 11 0 32 272 125 50
Binary 1111 10101100 10111100 1011100 1001 0 11010 10111010 1010101 101000

Color Harmonies of #0FACBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FACBC

Black with #0FACBC

Text Example


Text Example

White with #0FACBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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