Html Css Color HEX #84C7FA Light Sky Blue

📋 copy color: '#84C7FA'

red 132 ◦ green 199 ◦ blue 250

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

Shades of Light Sky Blue #84C7FA

Tints of Light Sky Blue #84C7FA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.25%

 BLUE value IS 250 (98.05% from 255) = 43.03%

R = 22.72%
G = 34.25%
B = 43.03%

CMYK

 C value IS 0.47

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#84C7FA (or 0x84C7FA) is known color: Light Sky Blue. HEX triplet: 84, C7 and FA. RGB value is (132,199,250). Sum of RGB (Red+Green+Blue) = 132+199+250=581 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.72% from 581); Green value is 199 (78.12% from 255 or 34.25% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #84C7FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84C7FA is #7B3805. Grayscale: #B8B8B8. Windows color (decimal): -8075270 or 16435076. OLE color: 16435076.

HSL color Cylindrical-coordinate representation of color #84C7FA: hue angle of 205.93º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84C7FA is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 132 199 250 -
CMYK 0.47 0.20 0 0.02
HSL 205.93º 0.92% 0.75% -
HSV(B) 205.93º 0.47% 0.98% -
XYZ 47.19 52.65 98.12 -
YUV 184.78 164.8 90.35 -
System Red Green Blue C M Y K H S L
Decimal 132 199 250 0.47 0.20 0 0.02 205.93 0.92 0.75
Hex 84 C7 FA 2F 14 0 2 CE 5C 4B
Octal 204 307 372 57 24 0 2 316 134 113
Binary 10000100 11000111 11111010 101111 10100 0 10 11001110 1011100 1001011

Color Harmonies of #84C7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84C7FA

Black with #84C7FA

Text Example


Text Example

White with #84C7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,199,250); }

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

background-color css

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

 a { background-color: rgb(132,199,250); }

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

border-color css

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

 span { border-color: rgb(132,199,250); }

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