Html Css Color HEX #02BADE Iris Blue

📋 copy color: '#02BADE'

red 2 ◦ green 186 ◦ blue 222

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

Shades of Iris Blue #02BADE

Tints of Iris Blue #02BADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 54.15%

R = 0.49%
G = 45.37%
B = 54.15%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#02BADE (or 0x02BADE) is known color: Iris Blue. HEX triplet: 02, BA and DE. RGB value is (2,186,222). Sum of RGB (Red+Green+Blue) = 2+186+222=410 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 222 (87.11% from 255 or 54.15% from 410); Max value from RGB is 222 - color contains mainly: blue. Hex color #02BADE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BADE is #FD4521. Grayscale: #868686. Windows color (decimal): -16598306 or 14596610. OLE color: 14596610.

HSL color Cylindrical-coordinate representation of color #02BADE: hue angle of 189.82º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BADE is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 186 222 -
CMYK 0.99 0.16 0 0.13
HSL 189.82º 0.98% 0.44% -
HSV(B) 189.82º 0.99% 0.87% -
XYZ 30.77 40.4 75.28 -
YUV 135.09 177.04 33.07 -
System Red Green Blue C M Y K H S L
Decimal 2 186 222 0.99 0.16 0 0.13 189.82 0.98 0.44
Hex 2 BA DE 63 10 0 D BE 62 2C
Octal 2 272 336 143 20 0 15 276 142 54
Binary 10 10111010 11011110 1100011 10000 0 1101 10111110 1100010 101100

Color Harmonies of #02BADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BADE

Black with #02BADE

Text Example


Text Example

White with #02BADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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