Html Css Color HEX #84CDF8 Light Sky Blue

📋 copy color: '#84CDF8'

red 132 ◦ green 205 ◦ blue 248

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

Shades of Light Sky Blue #84CDF8

Tints of Light Sky Blue #84CDF8

RGB

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

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

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

R = 22.56%
G = 35.04%
B = 42.39%

CMYK

 C value IS 0.47

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#84CDF8 (or 0x84CDF8) is known color: Light Sky Blue. HEX triplet: 84, CD and F8. RGB value is (132,205,248). Sum of RGB (Red+Green+Blue) = 132+205+248=585 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.56% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 248 (97.27% from 255 or 42.39% from 585); Max value from RGB is 248 - color contains mainly: blue. Hex color #84CDF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84CDF8 is #7B3207. Grayscale: #BBBBBB. Windows color (decimal): -8073736 or 16305540. OLE color: 16305540.

HSL color Cylindrical-coordinate representation of color #84CDF8: hue angle of 202.24º 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 #84CDF8 is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 132 205 248 -
CMYK 0.47 0.17 0 0.03
HSL 202.24º 0.89% 0.75% -
HSV(B) 202.24º 0.47% 0.97% -
XYZ 48.29 55.35 96.94 -
YUV 188.08 161.82 88 -
System Red Green Blue C M Y K H S L
Decimal 132 205 248 0.47 0.17 0 0.03 202.24 0.89 0.75
Hex 84 CD F8 2F 11 0 3 CA 59 4B
Octal 204 315 370 57 21 0 3 312 131 113
Binary 10000100 11001101 11111000 101111 10001 0 11 11001010 1011001 1001011

Color Harmonies of #84CDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84CDF8

Black with #84CDF8

Text Example


Text Example

White with #84CDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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