Html Css Color HEX #02BACA Iris Blue

📋 copy color: '#02BACA'

red 2 ◦ green 186 ◦ blue 202

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

Shades of Iris Blue #02BACA

Tints of Iris Blue #02BACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 51.79%

R = 0.51%
G = 47.69%
B = 51.79%

CMYK

 C value IS 0.99

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#02BACA (or 0x02BACA) is known color: Iris Blue. HEX triplet: 02, BA and CA. RGB value is (2,186,202). Sum of RGB (Red+Green+Blue) = 2+186+202=390 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 390); Green value is 186 (73.05% from 255 or 47.69% from 390); Blue value is 202 (79.30% from 255 or 51.79% from 390); Max value from RGB is 202 - color contains mainly: blue. Hex color #02BACA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BACA is #FD4535. Grayscale: #848484. Windows color (decimal): -16598326 or 13285890. OLE color: 13285890.

HSL color Cylindrical-coordinate representation of color #02BACA: hue angle of 184.8º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BACA is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 2 186 202 -
CMYK 0.99 0.08 0 0.21
HSL 184.8º 0.98% 0.4% -
HSV(B) 184.8º 0.99% 0.79% -
XYZ 28.24 39.39 61.99 -
YUV 132.81 167.04 34.7 -
System Red Green Blue C M Y K H S L
Decimal 2 186 202 0.99 0.08 0 0.21 184.8 0.98 0.4
Hex 2 BA CA 63 8 0 15 B9 62 28
Octal 2 272 312 143 10 0 25 271 142 50
Binary 10 10111010 11001010 1100011 1000 0 10101 10111001 1100010 101000

Color Harmonies of #02BACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BACA

Black with #02BACA

Text Example


Text Example

White with #02BACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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