#02B9E1

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

Shades of Iris Blue #02B9E1

Tints of Iris Blue #02B9E1

Color information

#02B9E1 (or 0x02B9E1) is unknown color: approx Iris Blue. HEX triplet: 02, B9 and E1. RGB value is (2,185,225). Sum of RGB (Red+Green+Blue) = 2+185+225=412 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 412); Green value is 185 (72.66% from 255 or 44.90% from 412); Blue value is 225 (88.28% from 255 or 54.61% from 412); Max value from RGB is 225 - color contains mainly: blue. Hex color #02B9E1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02B9E1 is #FD461E. Grayscale: #868686. Windows color (decimal): -16598559 or 14792962. OLE color: 14792962.

HSL color Cylindrical-coordinate representation of color #02B9E1: hue angle of 190.76º 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 #02B9E1 is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB2185225-
CMYK0.990.1800.12
HSL190.76º98.24%44.51%-
HSV(B)190.76º99.11%88.24%-
XYZ30.9640.1577.35-
YUV134.84178.8733.25-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.49%
GREEN value IS 185 (72.66% from 255) = 44.90%
BLUE value IS 225 (88.28% from 255) = 54.61%
R=0.49%
G=44.90%
B=54.61%

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
Decimal21852250.990.1800.12190.7698.2444.51
Hex2B9E163120Cbf622d
Octal22713411432201427714255
Binary10101110011110000111000111001001100101111111100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B9E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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