Html Css Color HEX #02B7ED Deep Sky Blue

📋 copy color: '#02B7ED'

red 2 ◦ green 183 ◦ blue 237

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

Shades of Deep Sky Blue #02B7ED

Tints of Deep Sky Blue #02B7ED

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.36%

 BLUE value IS 237 (92.97% from 255) = 56.16%

R = 0.47%
G = 43.36%
B = 56.16%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#02B7ED (or 0x02B7ED) is known color: Deep Sky Blue. HEX triplet: 02, B7 and ED. RGB value is (2,183,237). Sum of RGB (Red+Green+Blue) = 2+183+237=422 (55% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 422); Green value is 183 (71.88% from 255 or 43.36% from 422); Blue value is 237 (92.97% from 255 or 56.16% from 422); Max value from RGB is 237 - color contains mainly: blue. Hex color #02B7ED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02B7ED is #FD4812. Grayscale: #868686. Windows color (decimal): -16599059 or 15578882. OLE color: 15578882.

HSL color Cylindrical-coordinate representation of color #02B7ED: hue angle of 193.79º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B7ED is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 2 183 237 -
CMYK 0.99 0.23 0 0.07
HSL 193.79º 0.98% 0.47% -
HSV(B) 193.79º 0.99% 0.93% -
XYZ 32.24 39.99 86.14 -
YUV 135.04 185.53 33.11 -
System Red Green Blue C M Y K H S L
Decimal 2 183 237 0.99 0.23 0 0.07 193.79 0.98 0.47
Hex 2 B7 ED 63 17 0 7 C2 62 2F
Octal 2 267 355 143 27 0 7 302 142 57
Binary 10 10110111 11101101 1100011 10111 0 111 11000010 1100010 101111

Color Harmonies of #02B7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B7ED

Black with #02B7ED

Text Example


Text Example

White with #02B7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,183,237); }

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

background-color css

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

 a { background-color: rgb(2,183,237); }

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

border-color css

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

 span { border-color: rgb(2,183,237); }

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