Html Css Color HEX #0FABCF Iris Blue

📋 copy color: '#0FABCF'

red 15 ◦ green 171 ◦ blue 207

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

Shades of Iris Blue #0FABCF

Tints of Iris Blue #0FABCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.67%

R = 3.82%
G = 43.51%
B = 52.67%

CMYK

 C value IS 0.93

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0FABCF (or 0x0FABCF) is known color: Iris Blue. HEX triplet: 0F, AB and CF. RGB value is (15,171,207). Sum of RGB (Red+Green+Blue) = 15+171+207=393 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.82% from 393); Green value is 171 (67.19% from 255 or 43.51% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #0FABCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FABCF is #F05430. Grayscale: #808080. Windows color (decimal): -15750193 or 13609743. OLE color: 13609743.

HSL color Cylindrical-coordinate representation of color #0FABCF: hue angle of 191.25º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FABCF is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 15 171 207 -
CMYK 0.93 0.17 0 0.19
HSL 191.25º 0.86% 0.44% -
HSV(B) 191.25º 0.93% 0.81% -
XYZ 26.02 33.73 64.17 -
YUV 128.46 172.32 47.07 -
System Red Green Blue C M Y K H S L
Decimal 15 171 207 0.93 0.17 0 0.19 191.25 0.86 0.44
Hex F AB CF 5D 11 0 13 BF 56 2C
Octal 17 253 317 135 21 0 23 277 126 54
Binary 1111 10101011 11001111 1011101 10001 0 10011 10111111 1010110 101100

Color Harmonies of #0FABCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FABCF

Black with #0FABCF

Text Example


Text Example

White with #0FABCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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