Html Css Color HEX #84C2FD Light Sky Blue

📋 copy color: '#84C2FD'

red 132 ◦ green 194 ◦ blue 253

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

Shades of Light Sky Blue #84C2FD

Tints of Light Sky Blue #84C2FD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.51%

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

R = 22.8%
G = 33.51%
B = 43.7%

CMYK

 C value IS 0.48

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#84C2FD (or 0x84C2FD) is known color: Light Sky Blue. HEX triplet: 84, C2 and FD. RGB value is (132,194,253). Sum of RGB (Red+Green+Blue) = 132+194+253=579 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.80% from 579); Green value is 194 (76.17% from 255 or 33.51% from 579); Blue value is 253 (99.22% from 255 or 43.70% from 579); Max value from RGB is 253 - color contains mainly: blue. Hex color #84C2FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84C2FD is #7B3D02. Grayscale: #B5B5B5. Windows color (decimal): -8076547 or 16630404. OLE color: 16630404.

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

Color convert

RGB 132 194 253 -
CMYK 0.48 0.23 0 0.01
HSL 209.26º 0.97% 0.75% -
HSV(B) 209.26º 0.48% 0.99% -
XYZ 46.54 50.58 100.24 -
YUV 182.19 167.96 92.2 -
System Red Green Blue C M Y K H S L
Decimal 132 194 253 0.48 0.23 0 0.01 209.26 0.97 0.75
Hex 84 C2 FD 30 17 0 1 D1 61 4B
Octal 204 302 375 60 27 0 1 321 141 113
Binary 10000100 11000010 11111101 110000 10111 0 1 11010001 1100001 1001011

Color Harmonies of #84C2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84C2FD

Black with #84C2FD

Text Example


Text Example

White with #84C2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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