Html Css Color HEX #02BDDA Iris Blue

📋 copy color: '#02BDDA'

red 2 ◦ green 189 ◦ blue 218

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

Shades of Iris Blue #02BDDA

Tints of Iris Blue #02BDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.3%

R = 0.49%
G = 46.21%
B = 53.3%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#02BDDA (or 0x02BDDA) is known color: Iris Blue. HEX triplet: 02, BD and DA. RGB value is (2,189,218). Sum of RGB (Red+Green+Blue) = 2+189+218=409 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 409); Green value is 189 (74.22% from 255 or 46.21% from 409); Blue value is 218 (85.55% from 255 or 53.30% from 409); Max value from RGB is 218 - color contains mainly: blue. Hex color #02BDDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BDDA is #FD4225. Grayscale: #888888. Windows color (decimal): -16597542 or 14335234. OLE color: 14335234.

HSL color Cylindrical-coordinate representation of color #02BDDA: hue angle of 188.06º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BDDA is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 2 189 218 -
CMYK 0.99 0.13 0 0.15
HSL 188.06º 0.98% 0.43% -
HSV(B) 188.06º 0.99% 0.85% -
XYZ 30.88 41.47 72.71 -
YUV 136.39 174.05 32.14 -
System Red Green Blue C M Y K H S L
Decimal 2 189 218 0.99 0.13 0 0.15 188.06 0.98 0.43
Hex 2 BD DA 63 D 0 F BC 62 2B
Octal 2 275 332 143 15 0 17 274 142 53
Binary 10 10111101 11011010 1100011 1101 0 1111 10111100 1100010 101011

Color Harmonies of #02BDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BDDA

Black with #02BDDA

Text Example


Text Example

White with #02BDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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