Html Css Color HEX #84BEEA Sky Blue

📋 copy color: '#84BEEA'

red 132 ◦ green 190 ◦ blue 234

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

Shades of Sky Blue #84BEEA

Tints of Sky Blue #84BEEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.09%

R = 23.74%
G = 34.17%
B = 42.09%

CMYK

 C value IS 0.44

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#84BEEA (or 0x84BEEA) is known color: Sky Blue. HEX triplet: 84, BE and EA. RGB value is (132,190,234). Sum of RGB (Red+Green+Blue) = 132+190+234=556 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.74% from 556); Green value is 190 (74.61% from 255 or 34.17% from 556); Blue value is 234 (91.80% from 255 or 42.09% from 556); Max value from RGB is 234 - color contains mainly: blue. Hex color #84BEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BEEA is #7B4115. Grayscale: #B1B1B1. Windows color (decimal): -8077590 or 15384196. OLE color: 15384196.

HSL color Cylindrical-coordinate representation of color #84BEEA: hue angle of 205.88º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84BEEA is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 132 190 234 -
CMYK 0.44 0.19 0 0.08
HSL 205.88º 0.71% 0.72% -
HSV(B) 205.88º 0.44% 0.92% -
XYZ 42.78 47.67 84.79 -
YUV 177.67 159.78 95.42 -
System Red Green Blue C M Y K H S L
Decimal 132 190 234 0.44 0.19 0 0.08 205.88 0.71 0.72
Hex 84 BE EA 2C 13 0 8 CE 47 48
Octal 204 276 352 54 23 0 10 316 107 110
Binary 10000100 10111110 11101010 101100 10011 0 1000 11001110 1000111 1001000

Color Harmonies of #84BEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BEEA

Black with #84BEEA

Text Example


Text Example

White with #84BEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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