Html Css Color HEX #02BED0 Iris Blue

📋 copy color: '#02BED0'

red 2 ◦ green 190 ◦ blue 208

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

Shades of Iris Blue #02BED0

Tints of Iris Blue #02BED0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 47.5%

 BLUE value IS 208 (81.64% from 255) = 52%

R = 0.5%
G = 47.5%
B = 52%

CMYK

 C value IS 0.99

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#02BED0 (or 0x02BED0) is known color: Iris Blue. HEX triplet: 02, BE and D0. RGB value is (2,190,208). Sum of RGB (Red+Green+Blue) = 2+190+208=400 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.5% from 400); Green value is 190 (74.61% from 255 or 47.5% from 400); Blue value is 208 (81.64% from 255 or 52% from 400); Max value from RGB is 208 - color contains mainly: blue. Hex color #02BED0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BED0 is #FD412F. Grayscale: #878787. Windows color (decimal): -16597296 or 13680130. OLE color: 13680130.

HSL color Cylindrical-coordinate representation of color #02BED0: hue angle of 185.24º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BED0 is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 2 190 208 -
CMYK 0.99 0.09 0 0.18
HSL 185.24º 0.98% 0.41% -
HSV(B) 185.24º 0.99% 0.82% -
XYZ 29.82 41.39 66.09 -
YUV 135.84 168.72 32.54 -
System Red Green Blue C M Y K H S L
Decimal 2 190 208 0.99 0.09 0 0.18 185.24 0.98 0.41
Hex 2 BE D0 63 9 0 12 B9 62 29
Octal 2 276 320 143 11 0 22 271 142 51
Binary 10 10111110 11010000 1100011 1001 0 10010 10111001 1100010 101001

Color Harmonies of #02BED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BED0

Black with #02BED0

Text Example


Text Example

White with #02BED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,190,208); }

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

background-color css

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

 a { background-color: rgb(2,190,208); }

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

border-color css

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

 span { border-color: rgb(2,190,208); }

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