Html Css Color HEX #84DAFE Light Sky Blue

📋 copy color: '#84DAFE'

red 132 ◦ green 218 ◦ blue 254

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

Shades of Light Sky Blue #84DAFE

Tints of Light Sky Blue #84DAFE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.09%

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

R = 21.85%
G = 36.09%
B = 42.05%

CMYK

 C value IS 0.48

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#84DAFE (or 0x84DAFE) is known color: Light Sky Blue. HEX triplet: 84, DA and FE. RGB value is (132,218,254). Sum of RGB (Red+Green+Blue) = 132+218+254=604 (80% of max value = 765). Red value is 132 (51.95% from 255 or 21.85% from 604); Green value is 218 (85.55% from 255 or 36.09% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 254 - color contains mainly: blue. Hex color #84DAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84DAFE is #7B2501. Grayscale: #C4C4C4. Windows color (decimal): -8070402 or 16702084. OLE color: 16702084.

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

Color convert

RGB 132 218 254 -
CMYK 0.48 0.14 0 0.00
HSL 197.7º 0.98% 0.76% -
HSV(B) 197.7º 0.48% 1% -
XYZ 52.48 62.2 103.01 -
YUV 196.39 160.51 82.07 -
System Red Green Blue C M Y K H S L
Decimal 132 218 254 0.48 0.14 0 0.00 197.7 0.98 0.76
Hex 84 DA FE 30 E 0 0 C6 62 4C
Octal 204 332 376 60 16 0 0 306 142 114
Binary 10000100 11011010 11111110 110000 1110 0 0 11000110 1100010 1001100

Color Harmonies of #84DAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DAFE

Black with #84DAFE

Text Example


Text Example

White with #84DAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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