Html Css Color HEX #04CEFD Deep Sky Blue

📋 copy color: '#04CEFD'

red 4 ◦ green 206 ◦ blue 253

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

Shades of Deep Sky Blue #04CEFD

Tints of Deep Sky Blue #04CEFD

RGB

 RED value IS 4 (1.95% from 255) = 0.86%

 GREEN value IS 206 (80.86% from 255) = 44.49%

 BLUE value IS 253 (99.22% from 255) = 54.64%

R = 0.86%
G = 44.49%
B = 54.64%

CMYK

 C value IS 0.98

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#04CEFD (or 0x04CEFD) is known color: Deep Sky Blue. HEX triplet: 04, CE and FD. RGB value is (4,206,253). Sum of RGB (Red+Green+Blue) = 4+206+253=463 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.86% from 463); Green value is 206 (80.86% from 255 or 44.49% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #04CEFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04CEFD is #FB3102. Grayscale: #969696. Windows color (decimal): -16462083 or 16633348. OLE color: 16633348.

HSL color Cylindrical-coordinate representation of color #04CEFD: hue angle of 191.33º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CEFD is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 4 206 253 -
CMYK 0.98 0.19 0 0.01
HSL 191.33º 0.98% 0.5% -
HSV(B) 191.33º 0.98% 0.99% -
XYZ 39.85 51.26 100.72 -
YUV 150.96 185.58 23.18 -
System Red Green Blue C M Y K H S L
Decimal 4 206 253 0.98 0.19 0 0.01 191.33 0.98 0.5
Hex 4 CE FD 62 13 0 1 BF 62 32
Octal 4 316 375 142 23 0 1 277 142 62
Binary 100 11001110 11111101 1100010 10011 0 1 10111111 1100010 110010

Color Harmonies of #04CEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CEFD

Black with #04CEFD

Text Example


Text Example

White with #04CEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04CEFD; }

 p { color: rgb(4,206,253); }

 H1.HeaderClassName
 {
   color: #04CEFD;
 }
 .AnyTagClassName
 {
   color: #04CEFD;
 }
</style>

background-color css

<style>
 a { background-color: #04CEFD; }

 a { background-color: rgb(4,206,253); }

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

border-color css

<style>
 span { border-color: #04CEFD; }

 span { border-color: rgb(4,206,253); }

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