Html Css Color HEX #02B1DB Iris Blue

📋 copy color: '#02B1DB'

red 2 ◦ green 177 ◦ blue 219

#02B1DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iris Blue #02B1DB

Tints of Iris Blue #02B1DB

RGB

 RED value IS 2 (1.17% from 255) = 0.5%

 GREEN value IS 177 (69.53% from 255) = 44.47%

 BLUE value IS 219 (85.94% from 255) = 55.03%

R = 0.5%
G = 44.47%
B = 55.03%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#02B1DB (or 0x02B1DB) is known color: Iris Blue. HEX triplet: 02, B1 and DB. RGB value is (2,177,219). Sum of RGB (Red+Green+Blue) = 2+177+219=398 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 398); Green value is 177 (69.53% from 255 or 44.47% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #02B1DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02B1DB is #FD4E24. Grayscale: #818181. Windows color (decimal): -16600613 or 14397698. OLE color: 14397698.

HSL color Cylindrical-coordinate representation of color #02B1DB: hue angle of 191.61º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B1DB is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 2 177 219 -
CMYK 0.99 0.19 0 0.14
HSL 191.61º 0.98% 0.43% -
HSV(B) 191.61º 0.99% 0.86% -
XYZ 28.53 36.57 72.57 -
YUV 129.46 178.52 37.08 -
System Red Green Blue C M Y K H S L
Decimal 2 177 219 0.99 0.19 0 0.14 191.61 0.98 0.43
Hex 2 B1 DB 63 13 0 E C0 62 2B
Octal 2 261 333 143 23 0 16 300 142 53
Binary 10 10110001 11011011 1100011 10011 0 1110 11000000 1100010 101011

Color Harmonies of #02B1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B1DB

Black with #02B1DB

Text Example


Text Example

White with #02B1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,177,219); }

 H1.HeaderClassName
 {
   color: #02B1DB;
 }
 .AnyTagClassName
 {
   color: #02B1DB;
 }
</style>

background-color css

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

 a { background-color: rgb(2,177,219); }

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

border-color css

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

 span { border-color: rgb(2,177,219); }

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