Html Css Color HEX #84E1FF Light Sky Blue

📋 copy color: '#84E1FF'

red 132 ◦ green 225 ◦ blue 255

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

Shades of Light Sky Blue #84E1FF

Tints of Light Sky Blue #84E1FF

RGB

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

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

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

R = 21.57%
G = 36.76%
B = 41.67%

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

#84E1FF (or 0x84E1FF) is known color: Light Sky Blue. HEX triplet: 84, E1 and FF. RGB value is (132,225,255). Sum of RGB (Red+Green+Blue) = 132+225+255=612 (81% of max value = 765). Red value is 132 (51.95% from 255 or 21.57% from 612); Green value is 225 (88.28% from 255 or 36.76% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #84E1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84E1FF is #7B1E00. Grayscale: #C8C8C8. Windows color (decimal): -8068609 or 16769412. OLE color: 16769412.

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

Color convert

RGB 132 225 255 -
CMYK 0.48 0.12 0 0
HSL 194.63º 1% 0.76% -
HSV(B) 194.63º 0.48% 1% -
XYZ 54.49 65.98 104.47 -
YUV 200.61 158.69 79.06 -
System Red Green Blue C M Y K H S L
Decimal 132 225 255 0.48 0.12 0 0 194.63 1 0.76
Hex 84 E1 FF 30 C 0 0 C3 64 4C
Octal 204 341 377 60 14 0 0 303 144 114
Binary 10000100 11100001 11111111 110000 1100 0 0 11000011 1100100 1001100

Color Harmonies of #84E1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84E1FF

Black with #84E1FF

Text Example


Text Example

White with #84E1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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