Html Css Color HEX #04CEFA Deep Sky Blue

📋 copy color: '#04CEFA'

red 4 ◦ green 206 ◦ blue 250

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

Shades of Deep Sky Blue #04CEFA

Tints of Deep Sky Blue #04CEFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54.35%

R = 0.87%
G = 44.78%
B = 54.35%

CMYK

 C value IS 0.98

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#04CEFA (or 0x04CEFA) is known color: Deep Sky Blue. HEX triplet: 04, CE and FA. RGB value is (4,206,250). Sum of RGB (Red+Green+Blue) = 4+206+250=460 (60% of max value = 765). Red value is 4 (1.95% from 255 or 0.87% from 460); Green value is 206 (80.86% from 255 or 44.78% from 460); Blue value is 250 (98.05% from 255 or 54.35% from 460); Max value from RGB is 250 - color contains mainly: blue. Hex color #04CEFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04CEFA is #FB3105. Grayscale: #969696. Windows color (decimal): -16462086 or 16436740. OLE color: 16436740.

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

Color convert

RGB 4 206 250 -
CMYK 0.98 0.18 0 0.02
HSL 190.73º 0.97% 0.5% -
HSV(B) 190.73º 0.98% 0.98% -
XYZ 39.38 51.07 98.22 -
YUV 150.62 184.08 23.42 -
System Red Green Blue C M Y K H S L
Decimal 4 206 250 0.98 0.18 0 0.02 190.73 0.97 0.5
Hex 4 CE FA 62 12 0 2 BF 61 32
Octal 4 316 372 142 22 0 2 277 141 62
Binary 100 11001110 11111010 1100010 10010 0 10 10111111 1100001 110010

Color Harmonies of #04CEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CEFA

Black with #04CEFA

Text Example


Text Example

White with #04CEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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