Html Css Color HEX #02BAD1 Iris Blue

📋 copy color: '#02BAD1'

red 2 ◦ green 186 ◦ blue 209

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

Shades of Iris Blue #02BAD1

Tints of Iris Blue #02BAD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 52.64%

R = 0.5%
G = 46.85%
B = 52.64%

CMYK

 C value IS 0.99

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#02BAD1 (or 0x02BAD1) is known color: Iris Blue. HEX triplet: 02, BA and D1. RGB value is (2,186,209). Sum of RGB (Red+Green+Blue) = 2+186+209=397 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 209 (82.03% from 255 or 52.64% from 397); Max value from RGB is 209 - color contains mainly: blue. Hex color #02BAD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BAD1 is #FD452E. Grayscale: #858585. Windows color (decimal): -16598319 or 13744642. OLE color: 13744642.

HSL color Cylindrical-coordinate representation of color #02BAD1: hue angle of 186.67º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BAD1 is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 2 186 209 -
CMYK 0.99 0.11 0 0.18
HSL 186.67º 0.98% 0.41% -
HSV(B) 186.67º 0.99% 0.82% -
XYZ 29.09 39.73 66.46 -
YUV 133.61 170.54 34.13 -
System Red Green Blue C M Y K H S L
Decimal 2 186 209 0.99 0.11 0 0.18 186.67 0.98 0.41
Hex 2 BA D1 63 B 0 12 BB 62 29
Octal 2 272 321 143 13 0 22 273 142 51
Binary 10 10111010 11010001 1100011 1011 0 10010 10111011 1100010 101001

Color Harmonies of #02BAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BAD1

Black with #02BAD1

Text Example


Text Example

White with #02BAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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