Html Css Color HEX #84D3F6 Light Sky Blue

📋 copy color: '#84D3F6'

red 132 ◦ green 211 ◦ blue 246

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

Shades of Light Sky Blue #84D3F6

Tints of Light Sky Blue #84D3F6

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.82%

 BLUE value IS 246 (96.48% from 255) = 41.77%

R = 22.41%
G = 35.82%
B = 41.77%

CMYK

 C value IS 0.46

 M value IS 0.14

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#84D3F6 (or 0x84D3F6) is known color: Light Sky Blue. HEX triplet: 84, D3 and F6. RGB value is (132,211,246). Sum of RGB (Red+Green+Blue) = 132+211+246=589 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.41% from 589); Green value is 211 (82.81% from 255 or 35.82% from 589); Blue value is 246 (96.48% from 255 or 41.77% from 589); Max value from RGB is 246 - color contains mainly: blue. Hex color #84D3F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84D3F6 is #7B2C09. Grayscale: #BFBFBF. Windows color (decimal): -8072202 or 16176004. OLE color: 16176004.

HSL color Cylindrical-coordinate representation of color #84D3F6: hue angle of 198.42º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84D3F6 is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 132 211 246 -
CMYK 0.46 0.14 0 0.04
HSL 198.42º 0.86% 0.74% -
HSV(B) 198.42º 0.46% 0.96% -
XYZ 49.44 58.15 95.81 -
YUV 191.37 158.83 85.65 -
System Red Green Blue C M Y K H S L
Decimal 132 211 246 0.46 0.14 0 0.04 198.42 0.86 0.74
Hex 84 D3 F6 2E E 0 4 C6 56 4A
Octal 204 323 366 56 16 0 4 306 126 112
Binary 10000100 11010011 11110110 101110 1110 0 100 11000110 1010110 1001010

Color Harmonies of #84D3F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84D3F6

Black with #84D3F6

Text Example


Text Example

White with #84D3F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,211,246); }

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

background-color css

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

 a { background-color: rgb(132,211,246); }

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

border-color css

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

 span { border-color: rgb(132,211,246); }

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