Html Css Color HEX #84E2FE Light Sky Blue

📋 copy color: '#84E2FE'

red 132 ◦ green 226 ◦ blue 254

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

Shades of Light Sky Blue #84E2FE

Tints of Light Sky Blue #84E2FE

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.93%

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

R = 21.57%
G = 36.93%
B = 41.5%

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

#84E2FE (or 0x84E2FE) is known color: Light Sky Blue. HEX triplet: 84, E2 and FE. RGB value is (132,226,254). Sum of RGB (Red+Green+Blue) = 132+226+254=612 (81% of max value = 765). Red value is 132 (51.95% from 255 or 21.57% from 612); Green value is 226 (88.67% from 255 or 36.93% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #84E2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84E2FE is #7B1D01. Grayscale: #C8C8C8. Windows color (decimal): -8068354 or 16704132. OLE color: 16704132.

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

Color convert

RGB 132 226 254 -
CMYK 0.48 0.11 0 0.00
HSL 193.77º 0.98% 0.76% -
HSV(B) 193.77º 0.48% 1% -
XYZ 54.6 66.45 103.72 -
YUV 201.09 157.86 78.72 -
System Red Green Blue C M Y K H S L
Decimal 132 226 254 0.48 0.11 0 0.00 193.77 0.98 0.76
Hex 84 E2 FE 30 B 0 0 C2 62 4C
Octal 204 342 376 60 13 0 0 302 142 114
Binary 10000100 11100010 11111110 110000 1011 0 0 11000010 1100010 1001100

Color Harmonies of #84E2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84E2FE

Black with #84E2FE

Text Example


Text Example

White with #84E2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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