Html Css Color HEX #05CFF6 Deep Sky Blue

📋 copy color: '#05CFF6'

red 5 ◦ green 207 ◦ blue 246

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

Shades of Deep Sky Blue #05CFF6

Tints of Deep Sky Blue #05CFF6

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.2%

 BLUE value IS 246 (96.48% from 255) = 53.71%

R = 1.09%
G = 45.2%
B = 53.71%

CMYK

 C value IS 0.98

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#05CFF6 (or 0x05CFF6) is known color: Deep Sky Blue. HEX triplet: 05, CF and F6. RGB value is (5,207,246). Sum of RGB (Red+Green+Blue) = 5+207+246=458 (60% of max value = 765). Red value is 5 (2.34% from 255 or 1.09% from 458); Green value is 207 (81.25% from 255 or 45.20% from 458); Blue value is 246 (96.48% from 255 or 53.71% from 458); Max value from RGB is 246 - color contains mainly: blue. Hex color #05CFF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05CFF6 is #FA3009. Grayscale: #969696. Windows color (decimal): -16396298 or 16174853. OLE color: 16174853.

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

Color convert

RGB 5 207 246 -
CMYK 0.98 0.16 0 0.04
HSL 189.71º 0.96% 0.49% -
HSV(B) 189.71º 0.98% 0.96% -
XYZ 39.01 51.31 95.04 -
YUV 151.05 181.58 23.83 -
System Red Green Blue C M Y K H S L
Decimal 5 207 246 0.98 0.16 0 0.04 189.71 0.96 0.49
Hex 5 CF F6 62 10 0 4 BE 60 31
Octal 5 317 366 142 20 0 4 276 140 61
Binary 101 11001111 11110110 1100010 10000 0 100 10111110 1100000 110001

Color Harmonies of #05CFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CFF6

Black with #05CFF6

Text Example


Text Example

White with #05CFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,207,246); }

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

background-color css

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

 a { background-color: rgb(5,207,246); }

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

border-color css

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

 span { border-color: rgb(5,207,246); }

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