Html Css Color HEX #0FABC0 Iris Blue

📋 copy color: '#0FABC0'

red 15 ◦ green 171 ◦ blue 192

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

Shades of Iris Blue #0FABC0

Tints of Iris Blue #0FABC0

RGB

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

 GREEN value IS 171 (67.19% from 255) = 45.24%

 BLUE value IS 192 (75.39% from 255) = 50.79%

R = 3.97%
G = 45.24%
B = 50.79%

CMYK

 C value IS 0.92

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0FABC0 (or 0x0FABC0) is known color: Iris Blue. HEX triplet: 0F, AB and C0. RGB value is (15,171,192). Sum of RGB (Red+Green+Blue) = 15+171+192=378 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.97% from 378); Green value is 171 (67.19% from 255 or 45.24% from 378); Blue value is 192 (75.39% from 255 or 50.79% from 378); Max value from RGB is 192 - color contains mainly: blue. Hex color #0FABC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FABC0 is #F0543F. Grayscale: #7E7E7E. Windows color (decimal): -15750208 or 12626703. OLE color: 12626703.

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

Color convert

RGB 15 171 192 -
CMYK 0.92 0.11 0 0.25
HSL 187.12º 0.86% 0.41% -
HSV(B) 187.12º 0.92% 0.75% -
XYZ 24.27 33.03 54.97 -
YUV 126.75 164.82 48.29 -
System Red Green Blue C M Y K H S L
Decimal 15 171 192 0.92 0.11 0 0.25 187.12 0.86 0.41
Hex F AB C0 5C B 0 19 BB 56 29
Octal 17 253 300 134 13 0 31 273 126 51
Binary 1111 10101011 11000000 1011100 1011 0 11001 10111011 1010110 101001

Color Harmonies of #0FABC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FABC0

Black with #0FABC0

Text Example


Text Example

White with #0FABC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,171,192); }

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

background-color css

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

 a { background-color: rgb(15,171,192); }

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

border-color css

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

 span { border-color: rgb(15,171,192); }

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