Html Css Color HEX #02BADB Iris Blue

📋 copy color: '#02BADB'

red 2 ◦ green 186 ◦ blue 219

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

Shades of Iris Blue #02BADB

Tints of Iris Blue #02BADB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.7%

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

R = 0.49%
G = 45.7%
B = 53.81%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#02BADB (or 0x02BADB) is known color: Iris Blue. HEX triplet: 02, BA and DB. RGB value is (2,186,219). Sum of RGB (Red+Green+Blue) = 2+186+219=407 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #02BADB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BADB is #FD4524. Grayscale: #868686. Windows color (decimal): -16598309 or 14400002. OLE color: 14400002.

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

Color convert

RGB 2 186 219 -
CMYK 0.99 0.15 0 0.14
HSL 189.12º 0.98% 0.43% -
HSV(B) 189.12º 0.99% 0.86% -
XYZ 30.37 40.25 73.19 -
YUV 134.75 175.54 33.32 -
System Red Green Blue C M Y K H S L
Decimal 2 186 219 0.99 0.15 0 0.14 189.12 0.98 0.43
Hex 2 BA DB 63 F 0 E BD 62 2B
Octal 2 272 333 143 17 0 16 275 142 53
Binary 10 10111010 11011011 1100011 1111 0 1110 10111101 1100010 101011

Color Harmonies of #02BADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BADB

Black with #02BADB

Text Example


Text Example

White with #02BADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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