#02B0C1

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

Shades of Iris Blue #02B0C1

Tints of Iris Blue #02B0C1

Color information

#02B0C1 (or 0x02B0C1) is unknown color: approx Iris Blue. HEX triplet: 02, B0 and C1. RGB value is (2,176,193). Sum of RGB (Red+Green+Blue) = 2+176+193=371 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 371); Green value is 176 (69.14% from 255 or 47.44% from 371); Blue value is 193 (75.78% from 255 or 52.02% from 371); Max value from RGB is 193 - color contains mainly: blue. Hex color #02B0C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02B0C1 is #FD4F3E. Grayscale: #7D7D7D. Windows color (decimal): -16600895 or 12693506. OLE color: 12693506.

HSL color Cylindrical-coordinate representation of color #02B0C1: hue angle of 185.34º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B0C1 is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB2176193-
CMYK0.990.0900.24
HSL185.34º97.95%38.24%-
HSV(B)185.34º98.96%75.69%-
XYZ25.1834.9155.86-
YUV125.91165.8539.62-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.54%
GREEN value IS 176 (69.14% from 255) = 47.44%
BLUE value IS 193 (75.78% from 255) = 52.02%
R=0.54%
G=47.44%
B=52.02%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal21761930.990.0900.24185.3497.9538.24
Hex2B0C1639018b96226
Octal22603011431103027114246
Binary10101100001100000111000111001011000101110011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,176,193); }

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

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

 a { background-color: rgb(2,176,193); }

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

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

 span { border-color: rgb(2,176,193); }

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