Html Css Color HEX #84E1FE Light Sky Blue

📋 copy color: '#84E1FE'

red 132 ◦ green 225 ◦ blue 254

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

Shades of Light Sky Blue #84E1FE

Tints of Light Sky Blue #84E1FE

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.82%

 BLUE value IS 254 (99.61% from 255) = 41.57%

R = 21.6%
G = 36.82%
B = 41.57%

CMYK

 C value IS 0.48

 M value IS 0.11

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#84E1FE (or 0x84E1FE) is known color: Light Sky Blue. HEX triplet: 84, E1 and FE. RGB value is (132,225,254). Sum of RGB (Red+Green+Blue) = 132+225+254=611 (80% of max value = 765). Red value is 132 (51.95% from 255 or 21.60% from 611); Green value is 225 (88.28% from 255 or 36.82% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #84E1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84E1FE is #7B1E01. Grayscale: #C8C8C8. Windows color (decimal): -8068610 or 16703876. OLE color: 16703876.

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

Color convert

RGB 132 225 254 -
CMYK 0.48 0.11 0 0.00
HSL 194.26º 0.98% 0.76% -
HSV(B) 194.26º 0.48% 1% -
XYZ 54.33 65.91 103.62 -
YUV 200.5 158.19 79.14 -
System Red Green Blue C M Y K H S L
Decimal 132 225 254 0.48 0.11 0 0.00 194.26 0.98 0.76
Hex 84 E1 FE 30 B 0 0 C2 62 4C
Octal 204 341 376 60 13 0 0 302 142 114
Binary 10000100 11100001 11111110 110000 1011 0 0 11000010 1100010 1001100

Color Harmonies of #84E1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84E1FE

Black with #84E1FE

Text Example


Text Example

White with #84E1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,225,254); }

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

background-color css

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

 a { background-color: rgb(132,225,254); }

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

border-color css

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

 span { border-color: rgb(132,225,254); }

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