Html Css Color HEX #05CFED Deep Sky Blue

📋 copy color: '#05CFED'

red 5 ◦ green 207 ◦ blue 237

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

Shades of Deep Sky Blue #05CFED

Tints of Deep Sky Blue #05CFED

RGB

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

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

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

R = 1.11%
G = 46.1%
B = 52.78%

CMYK

 C value IS 0.98

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#05CFED (or 0x05CFED) is known color: Deep Sky Blue. HEX triplet: 05, CF and ED. RGB value is (5,207,237). Sum of RGB (Red+Green+Blue) = 5+207+237=449 (59% of max value = 765). Red value is 5 (2.34% from 255 or 1.11% from 449); Green value is 207 (81.25% from 255 or 46.10% from 449); Blue value is 237 (92.97% from 255 or 52.78% from 449); Max value from RGB is 237 - color contains mainly: blue. Hex color #05CFED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05CFED is #FA3012. Grayscale: #959595. Windows color (decimal): -16396307 or 15585029. OLE color: 15585029.

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

Color convert

RGB 5 207 237 -
CMYK 0.98 0.13 0 0.07
HSL 187.76º 0.96% 0.47% -
HSV(B) 187.76º 0.98% 0.93% -
XYZ 37.66 50.77 87.94 -
YUV 150.02 177.08 24.56 -
System Red Green Blue C M Y K H S L
Decimal 5 207 237 0.98 0.13 0 0.07 187.76 0.96 0.47
Hex 5 CF ED 62 D 0 7 BC 60 2F
Octal 5 317 355 142 15 0 7 274 140 57
Binary 101 11001111 11101101 1100010 1101 0 111 10111100 1100000 101111

Color Harmonies of #05CFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CFED

Black with #05CFED

Text Example


Text Example

White with #05CFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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