Html Css Color HEX #02BDB2 Iris Blue

📋 copy color: '#02BDB2'

red 2 ◦ green 189 ◦ blue 178

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

Shades of Iris Blue #02BDB2

Tints of Iris Blue #02BDB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 48.24%

R = 0.54%
G = 51.22%
B = 48.24%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#02BDB2 (or 0x02BDB2) is known color: Iris Blue. HEX triplet: 02, BD and B2. RGB value is (2,189,178). Sum of RGB (Red+Green+Blue) = 2+189+178=369 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 369); Green value is 189 (74.22% from 255 or 51.22% from 369); Blue value is 178 (69.92% from 255 or 48.24% from 369); Max value from RGB is 189 - color contains mainly: green. Hex color #02BDB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02BDB2 is #FD424D. Grayscale: #838383. Windows color (decimal): -16597582 or 11713794. OLE color: 11713794.

HSL color Cylindrical-coordinate representation of color #02BDB2: hue angle of 176.47º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BDB2 is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 2 189 178 -
CMYK 0.99 0 0.06 0.26
HSL 176.47º 0.98% 0.37% -
HSV(B) 176.47º 0.99% 0.74% -
XYZ 26.26 39.62 48.38 -
YUV 131.83 154.05 35.39 -
System Red Green Blue C M Y K H S L
Decimal 2 189 178 0.99 0 0.06 0.26 176.47 0.98 0.37
Hex 2 BD B2 63 0 6 1A B0 62 25
Octal 2 275 262 143 0 6 32 260 142 45
Binary 10 10111101 10110010 1100011 0 110 11010 10110000 1100010 100101

Color Harmonies of #02BDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BDB2

Black with #02BDB2

Text Example


Text Example

White with #02BDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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