Html Css Color HEX #05B2FA Deep Sky Blue

📋 copy color: '#05B2FA'

red 5 ◦ green 178 ◦ blue 250

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

Shades of Deep Sky Blue #05B2FA

Tints of Deep Sky Blue #05B2FA

RGB

 RED value IS 5 (2.34% from 255) = 1.15%

 GREEN value IS 178 (69.92% from 255) = 41.11%

 BLUE value IS 250 (98.05% from 255) = 57.74%

R = 1.15%
G = 41.11%
B = 57.74%

CMYK

 C value IS 0.98

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#05B2FA (or 0x05B2FA) is known color: Deep Sky Blue. HEX triplet: 05, B2 and FA. RGB value is (5,178,250). Sum of RGB (Red+Green+Blue) = 5+178+250=433 (57% of max value = 765). Red value is 5 (2.34% from 255 or 1.15% from 433); Green value is 178 (69.92% from 255 or 41.11% from 433); Blue value is 250 (98.05% from 255 or 57.74% from 433); Max value from RGB is 250 - color contains mainly: blue. Hex color #05B2FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #05B2FA is #FA4D05. Grayscale: #868686. Windows color (decimal): -16403718 or 16429573. OLE color: 16429573.

HSL color Cylindrical-coordinate representation of color #05B2FA: hue angle of 197.63º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05B2FA is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 5 178 250 -
CMYK 0.98 0.29 0 0.02
HSL 197.63º 0.96% 0.5% -
HSV(B) 197.63º 0.98% 0.98% -
XYZ 33.24 38.78 96.17 -
YUV 134.48 193.19 35.65 -
System Red Green Blue C M Y K H S L
Decimal 5 178 250 0.98 0.29 0 0.02 197.63 0.96 0.5
Hex 5 B2 FA 62 1D 0 2 C6 60 32
Octal 5 262 372 142 35 0 2 306 140 62
Binary 101 10110010 11111010 1100010 11101 0 10 11000110 1100000 110010

Color Harmonies of #05B2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05B2FA

Black with #05B2FA

Text Example


Text Example

White with #05B2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05B2FA; }

 p { color: rgb(5,178,250); }

 H1.HeaderClassName
 {
   color: #05B2FA;
 }
 .AnyTagClassName
 {
   color: #05B2FA;
 }
</style>

background-color css

<style>
 a { background-color: #05B2FA; }

 a { background-color: rgb(5,178,250); }

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

border-color css

<style>
 span { border-color: #05B2FA; }

 span { border-color: rgb(5,178,250); }

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