Html Css Color HEX #84C0FD Light Sky Blue

📋 copy color: '#84C0FD'

red 132 ◦ green 192 ◦ blue 253

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

Shades of Light Sky Blue #84C0FD

Tints of Light Sky Blue #84C0FD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.28%

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

R = 22.88%
G = 33.28%
B = 43.85%

CMYK

 C value IS 0.48

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#84C0FD (or 0x84C0FD) is known color: Light Sky Blue. HEX triplet: 84, C0 and FD. RGB value is (132,192,253). Sum of RGB (Red+Green+Blue) = 132+192+253=577 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.88% from 577); Green value is 192 (75.39% from 255 or 33.28% from 577); Blue value is 253 (99.22% from 255 or 43.85% from 577); Max value from RGB is 253 - color contains mainly: blue. Hex color #84C0FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84C0FD is #7B3F02. Grayscale: #B4B4B4. Windows color (decimal): -8077059 or 16629892. OLE color: 16629892.

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

Color convert

RGB 132 192 253 -
CMYK 0.48 0.24 0 0.01
HSL 210.25º 0.97% 0.75% -
HSV(B) 210.25º 0.48% 0.99% -
XYZ 46.09 49.7 100.09 -
YUV 181.01 168.62 93.04 -
System Red Green Blue C M Y K H S L
Decimal 132 192 253 0.48 0.24 0 0.01 210.25 0.97 0.75
Hex 84 C0 FD 30 18 0 1 D2 61 4B
Octal 204 300 375 60 30 0 1 322 141 113
Binary 10000100 11000000 11111101 110000 11000 0 1 11010010 1100001 1001011

Color Harmonies of #84C0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84C0FD

Black with #84C0FD

Text Example


Text Example

White with #84C0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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