Html Css Color HEX #84BEF0 Light Sky Blue

📋 copy color: '#84BEF0'

red 132 ◦ green 190 ◦ blue 240

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

Shades of Light Sky Blue #84BEF0

Tints of Light Sky Blue #84BEF0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.81%

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

R = 23.49%
G = 33.81%
B = 42.7%

CMYK

 C value IS 0.45

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#84BEF0 (or 0x84BEF0) is known color: Light Sky Blue. HEX triplet: 84, BE and F0. RGB value is (132,190,240). Sum of RGB (Red+Green+Blue) = 132+190+240=562 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.49% from 562); Green value is 190 (74.61% from 255 or 33.81% from 562); Blue value is 240 (94.14% from 255 or 42.70% from 562); Max value from RGB is 240 - color contains mainly: blue. Hex color #84BEF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BEF0 is #7B410F. Grayscale: #B2B2B2. Windows color (decimal): -8077584 or 15777412. OLE color: 15777412.

HSL color Cylindrical-coordinate representation of color #84BEF0: hue angle of 207.78º 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 #84BEF0 is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 132 190 240 -
CMYK 0.45 0.21 0 0.06
HSL 207.78º 0.78% 0.73% -
HSV(B) 207.78º 0.45% 0.94% -
XYZ 43.66 48.02 89.41 -
YUV 178.36 162.78 94.93 -
System Red Green Blue C M Y K H S L
Decimal 132 190 240 0.45 0.21 0 0.06 207.78 0.78 0.73
Hex 84 BE F0 2D 15 0 6 D0 4E 49
Octal 204 276 360 55 25 0 6 320 116 111
Binary 10000100 10111110 11110000 101101 10101 0 110 11010000 1001110 1001001

Color Harmonies of #84BEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BEF0

Black with #84BEF0

Text Example


Text Example

White with #84BEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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