Html Css Color HEX #0FABBC Iris Blue

📋 copy color: '#0FABBC'

red 15 ◦ green 171 ◦ blue 188

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

Shades of Iris Blue #0FABBC

Tints of Iris Blue #0FABBC

RGB

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

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

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

R = 4.01%
G = 45.72%
B = 50.27%

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

#0FABBC (or 0x0FABBC) is known color: Iris Blue. HEX triplet: 0F, AB and BC. RGB value is (15,171,188). Sum of RGB (Red+Green+Blue) = 15+171+188=374 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.01% from 374); Green value is 171 (67.19% from 255 or 45.72% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #0FABBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FABBC is #F05443. Grayscale: #7E7E7E. Windows color (decimal): -15750212 or 12364559. OLE color: 12364559.

HSL color Cylindrical-coordinate representation of color #0FABBC: hue angle of 185.9º 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 #0FABBC is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 15 171 188 -
CMYK 0.92 0.09 0 0.26
HSL 185.9º 0.85% 0.4% -
HSV(B) 185.9º 0.92% 0.74% -
XYZ 23.84 32.86 52.66 -
YUV 126.29 162.82 48.62 -
System Red Green Blue C M Y K H S L
Decimal 15 171 188 0.92 0.09 0 0.26 185.9 0.85 0.4
Hex F AB BC 5C 9 0 1A BA 55 28
Octal 17 253 274 134 11 0 32 272 125 50
Binary 1111 10101011 10111100 1011100 1001 0 11010 10111010 1010101 101000

Color Harmonies of #0FABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FABBC

Black with #0FABBC

Text Example


Text Example

White with #0FABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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