Html Css Color HEX #84CAF7 Light Sky Blue

📋 copy color: '#84CAF7'

red 132 ◦ green 202 ◦ blue 247

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

Shades of Light Sky Blue #84CAF7

Tints of Light Sky Blue #84CAF7

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.77%

 BLUE value IS 247 (96.88% from 255) = 42.51%

R = 22.72%
G = 34.77%
B = 42.51%

CMYK

 C value IS 0.47

 M value IS 0.18

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#84CAF7 (or 0x84CAF7) is known color: Light Sky Blue. HEX triplet: 84, CA and F7. RGB value is (132,202,247). Sum of RGB (Red+Green+Blue) = 132+202+247=581 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.72% from 581); Green value is 202 (79.30% from 255 or 34.77% from 581); Blue value is 247 (96.88% from 255 or 42.51% from 581); Max value from RGB is 247 - color contains mainly: blue. Hex color #84CAF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84CAF7 is #7B3508. Grayscale: #B9B9B9. Windows color (decimal): -8074505 or 16239236. OLE color: 16239236.

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

Color convert

RGB 132 202 247 -
CMYK 0.47 0.18 0 0.03
HSL 203.48º 0.88% 0.74% -
HSV(B) 203.48º 0.47% 0.97% -
XYZ 47.42 53.86 95.89 -
YUV 186.2 162.31 89.34 -
System Red Green Blue C M Y K H S L
Decimal 132 202 247 0.47 0.18 0 0.03 203.48 0.88 0.74
Hex 84 CA F7 2F 12 0 3 CB 58 4A
Octal 204 312 367 57 22 0 3 313 130 112
Binary 10000100 11001010 11110111 101111 10010 0 11 11001011 1011000 1001010

Color Harmonies of #84CAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84CAF7

Black with #84CAF7

Text Example


Text Example

White with #84CAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,202,247); }

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

background-color css

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

 a { background-color: rgb(132,202,247); }

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

border-color css

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

 span { border-color: rgb(132,202,247); }

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