#84DAFD

Color #84DAFD Light Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sky Blue #84DAFD

Tints of Light Sky Blue #84DAFD

Color information

#84DAFD (or 0x84DAFD) is unknown color: approx Light Sky Blue. HEX triplet: 84, DA and FD. RGB value is (132,218,253). Sum of RGB (Red+Green+Blue) = 132+218+253=603 (79% of max value = 765). Red value is 132 (51.95% from 255 or 21.89% from 603); Green value is 218 (85.55% from 255 or 36.15% from 603); Blue value is 253 (99.22% from 255 or 41.96% from 603); Max value from RGB is 253 - color contains mainly: blue. Hex color #84DAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84DAFD is #7B2502. Grayscale: #C4C4C4. Windows color (decimal): -8070403 or 16636548. OLE color: 16636548.

HSL color Cylindrical-coordinate representation of color #84DAFD: hue angle of 197.36º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84DAFD is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB132218253-
CMYK0.480.1400.01
HSL197.36º96.8%75.49%-
HSV(B)197.36º47.83%99.22%-
XYZ52.3262.14102.17-
YUV196.28160.0182.15-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 21.89%
GREEN value IS 218 (85.55% from 255) = 36.15%
BLUE value IS 253 (99.22% from 255) = 41.96%
R=21.89%
G=36.15%
B=41.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1322182530.480.1400.01197.3696.875.49
Hex84DAFD30E01c5614b
Octal204332375601601305141113
Binary1000010011011010111111011100001110011100010111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84DAFD; }

 p { color: rgb(132,218,253); }

 H1.HeaderClassName
 {
   color: #84DAFD;
 }
 .AnyTagClassName
 {
   color: #84DAFD;
 }
</style>
background-color css

<style>
 a { background-color: #84DAFD; }

 a { background-color: rgb(132,218,253); }

 div.DivClassName
 {
   background-color: #84DAFD;
 }
 .BgClassName
 {
   background-color: #84DAFD;
 }
</style>
border-color css

<style>
 span { border-color: #84DAFD; }

 span { border-color: rgb(132,218,253); }

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