#02B8E1

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

Shades of Iris Blue #02B8E1

Tints of Iris Blue #02B8E1

Color information

#02B8E1 (or 0x02B8E1) is unknown color: approx Iris Blue. HEX triplet: 02, B8 and E1. RGB value is (2,184,225). Sum of RGB (Red+Green+Blue) = 2+184+225=411 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 411); Green value is 184 (72.27% from 255 or 44.77% from 411); Blue value is 225 (88.28% from 255 or 54.74% from 411); Max value from RGB is 225 - color contains mainly: blue. Hex color #02B8E1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02B8E1 is #FD471E. Grayscale: #858585. Windows color (decimal): -16598815 or 14792706. OLE color: 14792706.

HSL color Cylindrical-coordinate representation of color #02B8E1: hue angle of 191.03º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B8E1 is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB2184225-
CMYK0.990.1800.12
HSL191.03º98.24%44.51%-
HSV(B)191.03º99.11%88.24%-
XYZ30.7639.7377.28-
YUV134.26179.233.67-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.49%
GREEN value IS 184 (72.27% from 255) = 44.77%
BLUE value IS 225 (88.28% from 255) = 54.74%
R=0.49%
G=44.77%
B=54.74%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal21842250.990.1800.12191.0398.2444.51
Hex2B8E163120Cbf622d
Octal22703411432201427714255
Binary10101110001110000111000111001001100101111111100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B8E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02B8E1; }

 p { color: rgb(2,184,225); }

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

<style>
 a { background-color: #02B8E1; }

 a { background-color: rgb(2,184,225); }

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

<style>
 span { border-color: #02B8E1; }

 span { border-color: rgb(2,184,225); }

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