Html Css Color HEX #02BFFE Deep Sky Blue

📋 copy color: '#02BFFE'

red 2 ◦ green 191 ◦ blue 254

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

Shades of Deep Sky Blue #02BFFE

Tints of Deep Sky Blue #02BFFE

RGB

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

 GREEN value IS 191 (75% from 255) = 42.73%

 BLUE value IS 254 (99.61% from 255) = 56.82%

R = 0.45%
G = 42.73%
B = 56.82%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#02BFFE (or 0x02BFFE) is known color: Deep Sky Blue. HEX triplet: 02, BF and FE. RGB value is (2,191,254). Sum of RGB (Red+Green+Blue) = 2+191+254=447 (59% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 254 (99.61% from 255 or 56.82% from 447); Max value from RGB is 254 - color contains mainly: blue. Hex color #02BFFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02BFFE is #FD4001. Grayscale: #8D8D8D. Windows color (decimal): -16596994 or 16695042. OLE color: 16695042.

HSL color Cylindrical-coordinate representation of color #02BFFE: hue angle of 195º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BFFE is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 2 191 254 -
CMYK 0.99 0.25 0 0.00
HSL 195º 0.99% 0.5% -
HSV(B) 195º 0.99% 1% -
XYZ 36.55 44.43 100.42 -
YUV 141.67 191.38 28.38 -
System Red Green Blue C M Y K H S L
Decimal 2 191 254 0.99 0.25 0 0.00 195 0.99 0.5
Hex 2 BF FE 63 19 0 0 C3 63 32
Octal 2 277 376 143 31 0 0 303 143 62
Binary 10 10111111 11111110 1100011 11001 0 0 11000011 1100011 110010

Color Harmonies of #02BFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BFFE

Black with #02BFFE

Text Example


Text Example

White with #02BFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,191,254); }

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

background-color css

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

 a { background-color: rgb(2,191,254); }

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

border-color css

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

 span { border-color: rgb(2,191,254); }

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