Html Css Color HEX #04BAFD Deep Sky Blue

📋 copy color: '#04BAFD'

red 4 ◦ green 186 ◦ blue 253

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

Shades of Deep Sky Blue #04BAFD

Tints of Deep Sky Blue #04BAFD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.99%

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

R = 0.9%
G = 41.99%
B = 57.11%

CMYK

 C value IS 0.98

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#04BAFD (or 0x04BAFD) is known color: Deep Sky Blue. HEX triplet: 04, BA and FD. RGB value is (4,186,253). Sum of RGB (Red+Green+Blue) = 4+186+253=443 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.90% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 253 (99.22% from 255 or 57.11% from 443); Max value from RGB is 253 - color contains mainly: blue. Hex color #04BAFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04BAFD is #FB4502. Grayscale: #8A8A8A. Windows color (decimal): -16467203 or 16628228. OLE color: 16628228.

HSL color Cylindrical-coordinate representation of color #04BAFD: hue angle of 196.14º 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 #04BAFD is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 4 186 253 -
CMYK 0.98 0.26 0 0.01
HSL 196.14º 0.98% 0.5% -
HSV(B) 196.14º 0.98% 0.99% -
XYZ 35.34 42.24 99.22 -
YUV 139.22 192.2 31.55 -
System Red Green Blue C M Y K H S L
Decimal 4 186 253 0.98 0.26 0 0.01 196.14 0.98 0.5
Hex 4 BA FD 62 1A 0 1 C4 62 32
Octal 4 272 375 142 32 0 1 304 142 62
Binary 100 10111010 11111101 1100010 11010 0 1 11000100 1100010 110010

Color Harmonies of #04BAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BAFD

Black with #04BAFD

Text Example


Text Example

White with #04BAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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