#0FBCE2

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

Shades of Iris Blue #0FBCE2

Tints of Iris Blue #0FBCE2

Color information

#0FBCE2 (or 0x0FBCE2) is unknown color: approx Iris Blue. HEX triplet: 0F, BC and E2. RGB value is (15,188,226). Sum of RGB (Red+Green+Blue) = 15+188+226=429 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.50% from 429); Green value is 188 (73.83% from 255 or 43.82% from 429); Blue value is 226 (88.67% from 255 or 52.68% from 429); Max value from RGB is 226 - color contains mainly: blue. Hex color #0FBCE2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBCE2 is #F0431D. Grayscale: #8C8C8C. Windows color (decimal): -15745822 or 14859279. OLE color: 14859279.

HSL color Cylindrical-coordinate representation of color #0FBCE2: hue angle of 190.81º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FBCE2 is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB15188226-
CMYK0.930.1700.11
HSL190.81º87.55%47.25%-
HSV(B)190.81º93.36%88.63%-
XYZ31.9141.5678.29-
YUV140.6176.1938.41-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.50%
GREEN value IS 188 (73.83% from 255) = 43.82%
BLUE value IS 226 (88.67% from 255) = 52.68%
R=3.50%
G=43.82%
B=52.68%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal151882260.930.1700.11190.8187.5547.25
HexFBCE25D110Bbf582f
Octal172743421352101327713057
Binary1111101111001110001010111011000101011101111111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FBCE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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