Html Css Color HEX #84BEE0 Sky Blue

📋 copy color: '#84BEE0'

red 132 ◦ green 190 ◦ blue 224

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

Shades of Sky Blue #84BEE0

Tints of Sky Blue #84BEE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.03%

R = 24.18%
G = 34.8%
B = 41.03%

CMYK

 C value IS 0.41

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#84BEE0 (or 0x84BEE0) is known color: Sky Blue. HEX triplet: 84, BE and E0. RGB value is (132,190,224). Sum of RGB (Red+Green+Blue) = 132+190+224=546 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.18% from 546); Green value is 190 (74.61% from 255 or 34.80% from 546); Blue value is 224 (87.89% from 255 or 41.03% from 546); Max value from RGB is 224 - color contains mainly: blue. Hex color #84BEE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BEE0 is #7B411F. Grayscale: #B0B0B0. Windows color (decimal): -8077600 or 14728836. OLE color: 14728836.

HSL color Cylindrical-coordinate representation of color #84BEE0: hue angle of 202.17º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84BEE0 is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 132 190 224 -
CMYK 0.41 0.15 0 0.12
HSL 202.17º 0.6% 0.7% -
HSV(B) 202.17º 0.41% 0.88% -
XYZ 41.38 47.11 77.43 -
YUV 176.53 154.78 96.24 -
System Red Green Blue C M Y K H S L
Decimal 132 190 224 0.41 0.15 0 0.12 202.17 0.6 0.7
Hex 84 BE E0 29 F 0 C CA 3C 46
Octal 204 276 340 51 17 0 14 312 74 106
Binary 10000100 10111110 11100000 101001 1111 0 1100 11001010 111100 1000110

Color Harmonies of #84BEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BEE0

Black with #84BEE0

Text Example


Text Example

White with #84BEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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