Html Css Color HEX #84BFF0 Light Sky Blue

📋 copy color: '#84BFF0'

red 132 ◦ green 191 ◦ blue 240

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

Shades of Light Sky Blue #84BFF0

Tints of Light Sky Blue #84BFF0

RGB

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

 GREEN value IS 191 (75% from 255) = 33.93%

 BLUE value IS 240 (94.14% from 255) = 42.63%

R = 23.45%
G = 33.93%
B = 42.63%

CMYK

 C value IS 0.45

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#84BFF0 (or 0x84BFF0) is known color: Light Sky Blue. HEX triplet: 84, BF and F0. RGB value is (132,191,240). Sum of RGB (Red+Green+Blue) = 132+191+240=563 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.45% from 563); Green value is 191 (75% from 255 or 33.93% from 563); Blue value is 240 (94.14% from 255 or 42.63% from 563); Max value from RGB is 240 - color contains mainly: blue. Hex color #84BFF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BFF0 is #7B400F. Grayscale: #B2B2B2. Windows color (decimal): -8077328 or 15777668. OLE color: 15777668.

HSL color Cylindrical-coordinate representation of color #84BFF0: hue angle of 207.22º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84BFF0 is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 132 191 240 -
CMYK 0.45 0.20 0 0.06
HSL 207.22º 0.78% 0.73% -
HSV(B) 207.22º 0.45% 0.94% -
XYZ 43.87 48.46 89.48 -
YUV 178.95 162.45 94.52 -
System Red Green Blue C M Y K H S L
Decimal 132 191 240 0.45 0.20 0 0.06 207.22 0.78 0.73
Hex 84 BF F0 2D 14 0 6 CF 4E 49
Octal 204 277 360 55 24 0 6 317 116 111
Binary 10000100 10111111 11110000 101101 10100 0 110 11001111 1001110 1001001

Color Harmonies of #84BFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BFF0

Black with #84BFF0

Text Example


Text Example

White with #84BFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,191,240); }

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

background-color css

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

 a { background-color: rgb(132,191,240); }

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

border-color css

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

 span { border-color: rgb(132,191,240); }

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