Html Css Color HEX #84DCFF Light Sky Blue

📋 copy color: '#84DCFF'

red 132 ◦ green 220 ◦ blue 255

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

Shades of Light Sky Blue #84DCFF

Tints of Light Sky Blue #84DCFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.01%

R = 21.75%
G = 36.24%
B = 42.01%

CMYK

 C value IS 0.48

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#84DCFF (or 0x84DCFF) is known color: Light Sky Blue. HEX triplet: 84, DC and FF. RGB value is (132,220,255). Sum of RGB (Red+Green+Blue) = 132+220+255=607 (80% of max value = 765). Red value is 132 (51.95% from 255 or 21.75% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #84DCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84DCFF is #7B2300. Grayscale: #C5C5C5. Windows color (decimal): -8069889 or 16768132. OLE color: 16768132.

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

Color convert

RGB 132 220 255 -
CMYK 0.48 0.14 0 0
HSL 197.07º 1% 0.76% -
HSV(B) 197.07º 0.48% 1% -
XYZ 53.16 63.31 104.03 -
YUV 197.68 160.35 81.15 -
System Red Green Blue C M Y K H S L
Decimal 132 220 255 0.48 0.14 0 0 197.07 1 0.76
Hex 84 DC FF 30 E 0 0 C5 64 4C
Octal 204 334 377 60 16 0 0 305 144 114
Binary 10000100 11011100 11111111 110000 1110 0 0 11000101 1100100 1001100

Color Harmonies of #84DCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DCFF

Black with #84DCFF

Text Example


Text Example

White with #84DCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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