#0FAEB8

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

Shades of Iris Blue #0FAEB8

Tints of Iris Blue #0FAEB8

Color information

#0FAEB8 (or 0x0FAEB8) is unknown color: approx Iris Blue. HEX triplet: 0F, AE and B8. RGB value is (15,174,184). Sum of RGB (Red+Green+Blue) = 15+174+184=373 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.02% from 373); Green value is 174 (68.36% from 255 or 46.65% from 373); Blue value is 184 (72.27% from 255 or 49.33% from 373); Max value from RGB is 184 - color contains mainly: blue. Hex color #0FAEB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FAEB8 is #F05147. Grayscale: #7F7F7F. Windows color (decimal): -15749448 or 12103183. OLE color: 12103183.

HSL color Cylindrical-coordinate representation of color #0FAEB8: hue angle of 183.55º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FAEB8 is Cyan = 0.92, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB15174184-
CMYK0.920.0500.28
HSL183.55º84.92%39.02%-
HSV(B)183.55º91.85%72.16%-
XYZ23.9833.8350.61-
YUV127.6159.8247.69-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.02%
GREEN value IS 174 (68.36% from 255) = 46.65%
BLUE value IS 184 (72.27% from 255) = 49.33%
R=4.02%
G=46.65%
B=49.33%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal151741840.920.0500.28183.5584.9239.02
HexFAEB85C501Cb85527
Octal17256270134503427012547
Binary111110101110101110001011100101011100101110001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FAEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,174,184); }

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

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

 a { background-color: rgb(15,174,184); }

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

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

 span { border-color: rgb(15,174,184); }

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