Html Css Color HEX #0FABDC Iris Blue

📋 copy color: '#0FABDC'

red 15 ◦ green 171 ◦ blue 220

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

Shades of Iris Blue #0FABDC

Tints of Iris Blue #0FABDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 54.19%

R = 3.69%
G = 42.12%
B = 54.19%

CMYK

 C value IS 0.93

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0FABDC (or 0x0FABDC) is known color: Iris Blue. HEX triplet: 0F, AB and DC. RGB value is (15,171,220). Sum of RGB (Red+Green+Blue) = 15+171+220=406 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.69% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 220 (86.33% from 255 or 54.19% from 406); Max value from RGB is 220 - color contains mainly: blue. Hex color #0FABDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FABDC is #F05423. Grayscale: #818181. Windows color (decimal): -15750180 or 14461711. OLE color: 14461711.

HSL color Cylindrical-coordinate representation of color #0FABDC: hue angle of 194.34º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FABDC is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 15 171 220 -
CMYK 0.93 0.22 0 0.14
HSL 194.34º 0.87% 0.46% -
HSV(B) 194.34º 0.93% 0.86% -
XYZ 27.68 34.39 72.89 -
YUV 129.94 178.82 46.02 -
System Red Green Blue C M Y K H S L
Decimal 15 171 220 0.93 0.22 0 0.14 194.34 0.87 0.46
Hex F AB DC 5D 16 0 E C2 57 2E
Octal 17 253 334 135 26 0 16 302 127 56
Binary 1111 10101011 11011100 1011101 10110 0 1110 11000010 1010111 101110

Color Harmonies of #0FABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FABDC

Black with #0FABDC

Text Example


Text Example

White with #0FABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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