Html Css Color HEX #84E0FF Light Sky Blue

📋 copy color: '#84E0FF'

red 132 ◦ green 224 ◦ blue 255

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

Shades of Light Sky Blue #84E0FF

Tints of Light Sky Blue #84E0FF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.66%

 BLUE value IS 255 (100% from 255) = 41.73%

R = 21.6%
G = 36.66%
B = 41.73%

CMYK

 C value IS 0.48

 M value IS 0.12

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#84E0FF (or 0x84E0FF) is known color: Light Sky Blue. HEX triplet: 84, E0 and FF. RGB value is (132,224,255). Sum of RGB (Red+Green+Blue) = 132+224+255=611 (80% of max value = 765). Red value is 132 (51.95% from 255 or 21.60% from 611); Green value is 224 (87.89% from 255 or 36.66% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #84E0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84E0FF is #7B1F00. Grayscale: #C7C7C7. Windows color (decimal): -8068865 or 16769156. OLE color: 16769156.

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

Color convert

RGB 132 224 255 -
CMYK 0.48 0.12 0 0
HSL 195.12º 1% 0.76% -
HSV(B) 195.12º 0.48% 1% -
XYZ 54.22 65.44 104.38 -
YUV 200.03 159.02 79.48 -
System Red Green Blue C M Y K H S L
Decimal 132 224 255 0.48 0.12 0 0 195.12 1 0.76
Hex 84 E0 FF 30 C 0 0 C3 64 4C
Octal 204 340 377 60 14 0 0 303 144 114
Binary 10000100 11100000 11111111 110000 1100 0 0 11000011 1100100 1001100

Color Harmonies of #84E0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84E0FF

Black with #84E0FF

Text Example


Text Example

White with #84E0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,224,255); }

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

background-color css

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

 a { background-color: rgb(132,224,255); }

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

border-color css

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

 span { border-color: rgb(132,224,255); }

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