Html Css Color HEX #84C2FC Light Sky Blue

📋 copy color: '#84C2FC'

red 132 ◦ green 194 ◦ blue 252

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

Shades of Light Sky Blue #84C2FC

Tints of Light Sky Blue #84C2FC

RGB

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

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

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

R = 22.84%
G = 33.56%
B = 43.6%

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

#84C2FC (or 0x84C2FC) is known color: Light Sky Blue. HEX triplet: 84, C2 and FC. RGB value is (132,194,252). Sum of RGB (Red+Green+Blue) = 132+194+252=578 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.84% from 578); Green value is 194 (76.17% from 255 or 33.56% from 578); Blue value is 252 (98.83% from 255 or 43.60% from 578); Max value from RGB is 252 - color contains mainly: blue. Hex color #84C2FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84C2FC is #7B3D03. Grayscale: #B5B5B5. Windows color (decimal): -8076548 or 16564868. OLE color: 16564868.

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

Color convert

RGB 132 194 252 -
CMYK 0.48 0.23 0 0.01
HSL 209º 0.95% 0.75% -
HSV(B) 209º 0.48% 0.99% -
XYZ 46.38 50.52 99.4 -
YUV 182.07 167.46 92.28 -
System Red Green Blue C M Y K H S L
Decimal 132 194 252 0.48 0.23 0 0.01 209 0.95 0.75
Hex 84 C2 FC 30 17 0 1 D1 5F 4B
Octal 204 302 374 60 27 0 1 321 137 113
Binary 10000100 11000010 11111100 110000 10111 0 1 11010001 1011111 1001011

Color Harmonies of #84C2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84C2FC

Black with #84C2FC

Text Example


Text Example

White with #84C2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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