Html Css Color HEX #84CCFF Light Sky Blue

📋 copy color: '#84CCFF'

red 132 ◦ green 204 ◦ blue 255

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

Shades of Light Sky Blue #84CCFF

Tints of Light Sky Blue #84CCFF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.52%

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

R = 22.34%
G = 34.52%
B = 43.15%

CMYK

 C value IS 0.48

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#84CCFF (or 0x84CCFF) is known color: Light Sky Blue. HEX triplet: 84, CC and FF. RGB value is (132,204,255). Sum of RGB (Red+Green+Blue) = 132+204+255=591 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.34% from 591); Green value is 204 (80.08% from 255 or 34.52% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #84CCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84CCFF is #7B3300. Grayscale: #BCBCBC. Windows color (decimal): -8073985 or 16764036. OLE color: 16764036.

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

Color convert

RGB 132 204 255 -
CMYK 0.48 0.2 0 0
HSL 204.88º 1% 0.76% -
HSV(B) 204.88º 0.48% 1% -
XYZ 49.16 55.31 102.69 -
YUV 188.29 165.65 87.85 -
System Red Green Blue C M Y K H S L
Decimal 132 204 255 0.48 0.2 0 0 204.88 1 0.76
Hex 84 CC FF 30 14 0 0 CD 64 4C
Octal 204 314 377 60 24 0 0 315 144 114
Binary 10000100 11001100 11111111 110000 10100 0 0 11001101 1100100 1001100

Color Harmonies of #84CCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84CCFF

Black with #84CCFF

Text Example


Text Example

White with #84CCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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