Html Css Color HEX #84DCFC Light Sky Blue

📋 copy color: '#84DCFC'

red 132 ◦ green 220 ◦ blue 252

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

Shades of Light Sky Blue #84DCFC

Tints of Light Sky Blue #84DCFC

RGB

 RED value IS 132 (51.95% from 255) = 21.85%

 GREEN value IS 220 (86.33% from 255) = 36.42%

 BLUE value IS 252 (98.83% from 255) = 41.72%

R = 21.85%
G = 36.42%
B = 41.72%

CMYK

 C value IS 0.48

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#84DCFC (or 0x84DCFC) is known color: Light Sky Blue. HEX triplet: 84, DC and FC. RGB value is (132,220,252). Sum of RGB (Red+Green+Blue) = 132+220+252=604 (80% of max value = 765). Red value is 132 (51.95% from 255 or 21.85% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 252 (98.83% from 255 or 41.72% from 604); Max value from RGB is 252 - color contains mainly: blue. Hex color #84DCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84DCFC is #7B2303. Grayscale: #C5C5C5. Windows color (decimal): -8069892 or 16571524. OLE color: 16571524.

HSL color Cylindrical-coordinate representation of color #84DCFC: hue angle of 196º degrees, saturation: 0.95, 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 #84DCFC is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 132 220 252 -
CMYK 0.48 0.13 0 0.01
HSL 196º 0.95% 0.75% -
HSV(B) 196º 0.48% 0.99% -
XYZ 52.68 63.12 101.5 -
YUV 197.34 158.85 81.4 -
System Red Green Blue C M Y K H S L
Decimal 132 220 252 0.48 0.13 0 0.01 196 0.95 0.75
Hex 84 DC FC 30 D 0 1 C4 5F 4B
Octal 204 334 374 60 15 0 1 304 137 113
Binary 10000100 11011100 11111100 110000 1101 0 1 11000100 1011111 1001011

Color Harmonies of #84DCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DCFC

Black with #84DCFC

Text Example


Text Example

White with #84DCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,220,252); }

 H1.HeaderClassName
 {
   color: #84DCFC;
 }
 .AnyTagClassName
 {
   color: #84DCFC;
 }
</style>

background-color css

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

 a { background-color: rgb(132,220,252); }

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

border-color css

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

 span { border-color: rgb(132,220,252); }

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