#0fafd1

Color #0FAFD1 Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #0FAFD1

Tints of Iris Blue #0FAFD1

Color information

#0FAFD1 (or 0x0FAFD1) is unknown color: approx Iris Blue. HEX triplet: 0F, AF and D1. RGB value is (15,175,209). Sum of RGB (Red+Green+Blue) = 15+175+209=399 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.76% from 399); Green value is 175 (68.75% from 255 or 43.86% from 399); Blue value is 209 (82.03% from 255 or 52.38% from 399); Max value from RGB is 209 - color contains mainly: blue. Hex color #0FAFD1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FAFD1 is #F0502E. Grayscale: #828282. Windows color (decimal): -15749167 or 13741839. OLE color: 13741839.

HSL color Cylindrical-coordinate representation of color #0FAFD1: hue angle of 190.52º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FAFD1 is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB15175209-
CMYK0.930.1600.18
HSL190.52º86.61%43.92%-
HSV(B)190.52º92.82%81.96%-
XYZ27.0435.3665.72-
YUV131.04171.9945.24-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.76%
GREEN value IS 175 (68.75% from 255) = 43.86%
BLUE value IS 209 (82.03% from 255) = 52.38%
R=3.76%
G=43.86%
B=52.38%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal151752090.930.1600.18190.5286.6143.92
HexFAFD15D10012bf572c
Octal172573211352002227712754
Binary11111010111111010001101110110000010010101111111010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0fafd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,175,209); }

 H1.HeaderClassName
 {
   color: #0fafd1;
 }
 .AnyTagClassName
 {
   color: #0fafd1;
 }
</style>
background-color css

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

 a { background-color: rgb(15,175,209); }

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

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

 span { border-color: rgb(15,175,209); }

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