Html Css Color HEX #84CEFD Light Sky Blue

📋 copy color: '#84CEFD'

red 132 ◦ green 206 ◦ blue 253

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

Shades of Light Sky Blue #84CEFD

Tints of Light Sky Blue #84CEFD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.86%

 BLUE value IS 253 (99.22% from 255) = 42.81%

R = 22.34%
G = 34.86%
B = 42.81%

CMYK

 C value IS 0.48

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#84CEFD (or 0x84CEFD) is known color: Light Sky Blue. HEX triplet: 84, CE and FD. RGB value is (132,206,253). Sum of RGB (Red+Green+Blue) = 132+206+253=591 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.34% from 591); Green value is 206 (80.86% from 255 or 34.86% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 253 - color contains mainly: blue. Hex color #84CEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84CEFD is #7B3102. Grayscale: #BCBCBC. Windows color (decimal): -8073475 or 16633476. OLE color: 16633476.

HSL color Cylindrical-coordinate representation of color #84CEFD: hue angle of 203.31º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84CEFD is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 132 206 253 -
CMYK 0.48 0.19 0 0.01
HSL 203.31º 0.97% 0.75% -
HSV(B) 203.31º 0.48% 0.99% -
XYZ 49.32 56.14 101.17 -
YUV 189.23 163.98 87.18 -
System Red Green Blue C M Y K H S L
Decimal 132 206 253 0.48 0.19 0 0.01 203.31 0.97 0.75
Hex 84 CE FD 30 13 0 1 CB 61 4B
Octal 204 316 375 60 23 0 1 313 141 113
Binary 10000100 11001110 11111101 110000 10011 0 1 11001011 1100001 1001011

Color Harmonies of #84CEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84CEFD

Black with #84CEFD

Text Example


Text Example

White with #84CEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,206,253); }

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

background-color css

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

 a { background-color: rgb(132,206,253); }

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

border-color css

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

 span { border-color: rgb(132,206,253); }

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