Html Css Color HEX #02B9BC Iris Blue

📋 copy color: '#02B9BC'

red 2 ◦ green 185 ◦ blue 188

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

Shades of Iris Blue #02B9BC

Tints of Iris Blue #02B9BC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 49.33%

 BLUE value IS 188 (73.83% from 255) = 50.13%

R = 0.53%
G = 49.33%
B = 50.13%

CMYK

 C value IS 0.99

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#02B9BC (or 0x02B9BC) is known color: Iris Blue. HEX triplet: 02, B9 and BC. RGB value is (2,185,188). Sum of RGB (Red+Green+Blue) = 2+185+188=375 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 375); Green value is 185 (72.66% from 255 or 49.33% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #02B9BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02B9BC is #FD4643. Grayscale: #828282. Windows color (decimal): -16598596 or 12368130. OLE color: 12368130.

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

Color convert

RGB 2 185 188 -
CMYK 0.99 0.02 0 0.26
HSL 180.97º 0.98% 0.37% -
HSV(B) 180.97º 0.99% 0.74% -
XYZ 26.45 38.34 53.58 -
YUV 130.63 160.37 36.26 -
System Red Green Blue C M Y K H S L
Decimal 2 185 188 0.99 0.02 0 0.26 180.97 0.98 0.37
Hex 2 B9 BC 63 2 0 1A B5 62 25
Octal 2 271 274 143 2 0 32 265 142 45
Binary 10 10111001 10111100 1100011 10 0 11010 10110101 1100010 100101

Color Harmonies of #02B9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B9BC

Black with #02B9BC

Text Example


Text Example

White with #02B9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,185,188); }

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

background-color css

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

 a { background-color: rgb(2,185,188); }

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

border-color css

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

 span { border-color: rgb(2,185,188); }

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