Html Css Color HEX #05CCEA Deep Sky Blue

📋 copy color: '#05CCEA'

red 5 ◦ green 204 ◦ blue 234

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

Shades of Deep Sky Blue #05CCEA

Tints of Deep Sky Blue #05CCEA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.05%

 BLUE value IS 234 (91.8% from 255) = 52.82%

R = 1.13%
G = 46.05%
B = 52.82%

CMYK

 C value IS 0.98

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#05CCEA (or 0x05CCEA) is known color: Deep Sky Blue. HEX triplet: 05, CC and EA. RGB value is (5,204,234). Sum of RGB (Red+Green+Blue) = 5+204+234=443 (58% of max value = 765). Red value is 5 (2.34% from 255 or 1.13% from 443); Green value is 204 (80.08% from 255 or 46.05% from 443); Blue value is 234 (91.80% from 255 or 52.82% from 443); Max value from RGB is 234 - color contains mainly: blue. Hex color #05CCEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05CCEA is #FA3315. Grayscale: #939393. Windows color (decimal): -16397078 or 15387653. OLE color: 15387653.

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

Color convert

RGB 5 204 234 -
CMYK 0.98 0.13 0 0.08
HSL 187.86º 0.96% 0.47% -
HSV(B) 187.86º 0.98% 0.92% -
XYZ 36.51 49.16 85.41 -
YUV 147.92 176.57 26.06 -
System Red Green Blue C M Y K H S L
Decimal 5 204 234 0.98 0.13 0 0.08 187.86 0.96 0.47
Hex 5 CC EA 62 D 0 8 BC 60 2F
Octal 5 314 352 142 15 0 10 274 140 57
Binary 101 11001100 11101010 1100010 1101 0 1000 10111100 1100000 101111

Color Harmonies of #05CCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CCEA

Black with #05CCEA

Text Example


Text Example

White with #05CCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,204,234); }

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

background-color css

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

 a { background-color: rgb(5,204,234); }

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

border-color css

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

 span { border-color: rgb(5,204,234); }

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