Html Css Color HEX #84CDFF Light Sky Blue

📋 copy color: '#84CDFF'

red 132 ◦ green 205 ◦ blue 255

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

Shades of Light Sky Blue #84CDFF

Tints of Light Sky Blue #84CDFF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.63%

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

R = 22.3%
G = 34.63%
B = 43.07%

CMYK

 C value IS 0.48

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#84CDFF (or 0x84CDFF) is known color: Light Sky Blue. HEX triplet: 84, CD and FF. RGB value is (132,205,255). Sum of RGB (Red+Green+Blue) = 132+205+255=592 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.30% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #84CDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84CDFF is #7B3200. Grayscale: #BCBCBC. Windows color (decimal): -8073729 or 16764292. OLE color: 16764292.

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

Color convert

RGB 132 205 255 -
CMYK 0.48 0.20 0 0
HSL 204.39º 1% 0.76% -
HSV(B) 204.39º 0.48% 1% -
XYZ 49.4 55.79 102.77 -
YUV 188.87 165.32 87.43 -
System Red Green Blue C M Y K H S L
Decimal 132 205 255 0.48 0.20 0 0 204.39 1 0.76
Hex 84 CD FF 30 14 0 0 CC 64 4C
Octal 204 315 377 60 24 0 0 314 144 114
Binary 10000100 11001101 11111111 110000 10100 0 0 11001100 1100100 1001100

Color Harmonies of #84CDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84CDFF

Black with #84CDFF

Text Example


Text Example

White with #84CDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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