Html Css Color HEX #84DBF8 Light Sky Blue

📋 copy color: '#84DBF8'

red 132 ◦ green 219 ◦ blue 248

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

Shades of Light Sky Blue #84DBF8

Tints of Light Sky Blue #84DBF8

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.56%

 BLUE value IS 248 (97.27% from 255) = 41.4%

R = 22.04%
G = 36.56%
B = 41.4%

CMYK

 C value IS 0.47

 M value IS 0.12

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#84DBF8 (or 0x84DBF8) is known color: Light Sky Blue. HEX triplet: 84, DB and F8. RGB value is (132,219,248). Sum of RGB (Red+Green+Blue) = 132+219+248=599 (79% of max value = 765). Red value is 132 (51.95% from 255 or 22.04% from 599); Green value is 219 (85.94% from 255 or 36.56% from 599); Blue value is 248 (97.27% from 255 or 41.40% from 599); Max value from RGB is 248 - color contains mainly: blue. Hex color #84DBF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84DBF8 is #7B2407. Grayscale: #C4C4C4. Windows color (decimal): -8070152 or 16309124. OLE color: 16309124.

HSL color Cylindrical-coordinate representation of color #84DBF8: hue angle of 195º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84DBF8 is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 132 219 248 -
CMYK 0.47 0.12 0 0.03
HSL 195º 0.89% 0.75% -
HSV(B) 195º 0.47% 0.97% -
XYZ 51.79 62.35 98.11 -
YUV 196.29 157.18 82.14 -
System Red Green Blue C M Y K H S L
Decimal 132 219 248 0.47 0.12 0 0.03 195 0.89 0.75
Hex 84 DB F8 2F C 0 3 C3 59 4B
Octal 204 333 370 57 14 0 3 303 131 113
Binary 10000100 11011011 11111000 101111 1100 0 11 11000011 1011001 1001011

Color Harmonies of #84DBF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DBF8

Black with #84DBF8

Text Example


Text Example

White with #84DBF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,219,248); }

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

background-color css

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

 a { background-color: rgb(132,219,248); }

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

border-color css

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

 span { border-color: rgb(132,219,248); }

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