Html Css Color HEX #05BAE7 Deep Sky Blue

📋 copy color: '#05BAE7'

red 5 ◦ green 186 ◦ blue 231

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

Shades of Deep Sky Blue #05BAE7

Tints of Deep Sky Blue #05BAE7

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.08%

 BLUE value IS 231 (90.63% from 255) = 54.74%

R = 1.18%
G = 44.08%
B = 54.74%

CMYK

 C value IS 0.98

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#05BAE7 (or 0x05BAE7) is known color: Deep Sky Blue. HEX triplet: 05, BA and E7. RGB value is (5,186,231). Sum of RGB (Red+Green+Blue) = 5+186+231=422 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.18% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 231 (90.62% from 255 or 54.74% from 422); Max value from RGB is 231 - color contains mainly: blue. Hex color #05BAE7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05BAE7 is #FA4518. Grayscale: #888888. Windows color (decimal): -16401689 or 15186437. OLE color: 15186437.

HSL color Cylindrical-coordinate representation of color #05BAE7: hue angle of 191.95º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05BAE7 is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 5 186 231 -
CMYK 0.98 0.19 0 0.09
HSL 191.95º 0.96% 0.46% -
HSV(B) 191.95º 0.98% 0.91% -
XYZ 32.05 40.92 81.81 -
YUV 137.01 181.03 33.84 -
System Red Green Blue C M Y K H S L
Decimal 5 186 231 0.98 0.19 0 0.09 191.95 0.96 0.46
Hex 5 BA E7 62 13 0 9 C0 60 2E
Octal 5 272 347 142 23 0 11 300 140 56
Binary 101 10111010 11100111 1100010 10011 0 1001 11000000 1100000 101110

Color Harmonies of #05BAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BAE7

Black with #05BAE7

Text Example


Text Example

White with #05BAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,186,231); }

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

background-color css

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

 a { background-color: rgb(5,186,231); }

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

border-color css

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

 span { border-color: rgb(5,186,231); }

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