Html Css Color HEX #02BDCA Iris Blue

📋 copy color: '#02BDCA'

red 2 ◦ green 189 ◦ blue 202

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

Shades of Iris Blue #02BDCA

Tints of Iris Blue #02BDCA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 48.09%

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

R = 0.51%
G = 48.09%
B = 51.4%

CMYK

 C value IS 0.99

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#02BDCA (or 0x02BDCA) is known color: Iris Blue. HEX triplet: 02, BD and CA. RGB value is (2,189,202). Sum of RGB (Red+Green+Blue) = 2+189+202=393 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 393); Green value is 189 (74.22% from 255 or 48.09% from 393); Blue value is 202 (79.30% from 255 or 51.40% from 393); Max value from RGB is 202 - color contains mainly: blue. Hex color #02BDCA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BDCA is #FD4235. Grayscale: #868686. Windows color (decimal): -16597558 or 13286658. OLE color: 13286658.

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

Color convert

RGB 2 189 202 -
CMYK 0.99 0.06 0 0.21
HSL 183.9º 0.98% 0.4% -
HSV(B) 183.9º 0.99% 0.79% -
XYZ 28.88 40.67 62.21 -
YUV 134.57 166.05 33.44 -
System Red Green Blue C M Y K H S L
Decimal 2 189 202 0.99 0.06 0 0.21 183.9 0.98 0.4
Hex 2 BD CA 63 6 0 15 B8 62 28
Octal 2 275 312 143 6 0 25 270 142 50
Binary 10 10111101 11001010 1100011 110 0 10101 10111000 1100010 101000

Color Harmonies of #02BDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BDCA

Black with #02BDCA

Text Example


Text Example

White with #02BDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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