Html Css Color HEX #84BFEB Sky Blue

📋 copy color: '#84BFEB'

red 132 ◦ green 191 ◦ blue 235

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

Shades of Sky Blue #84BFEB

Tints of Sky Blue #84BFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.11%

R = 23.66%
G = 34.23%
B = 42.11%

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

#84BFEB (or 0x84BFEB) is known color: Sky Blue. HEX triplet: 84, BF and EB. RGB value is (132,191,235). Sum of RGB (Red+Green+Blue) = 132+191+235=558 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.66% from 558); Green value is 191 (75% from 255 or 34.23% from 558); Blue value is 235 (92.19% from 255 or 42.11% from 558); Max value from RGB is 235 - color contains mainly: blue. Hex color #84BFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BFEB is #7B4014. Grayscale: #B2B2B2. Windows color (decimal): -8077333 or 15449988. OLE color: 15449988.

HSL color Cylindrical-coordinate representation of color #84BFEB: hue angle of 205.63º degrees, saturation: 0.72, 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 #84BFEB is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 132 191 235 -
CMYK 0.44 0.19 0 0.08
HSL 205.63º 0.72% 0.72% -
HSV(B) 205.63º 0.44% 0.92% -
XYZ 43.14 48.17 85.62 -
YUV 178.38 159.95 94.92 -
System Red Green Blue C M Y K H S L
Decimal 132 191 235 0.44 0.19 0 0.08 205.63 0.72 0.72
Hex 84 BF EB 2C 13 0 8 CE 48 48
Octal 204 277 353 54 23 0 10 316 110 110
Binary 10000100 10111111 11101011 101100 10011 0 1000 11001110 1001000 1001000

Color Harmonies of #84BFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BFEB

Black with #84BFEB

Text Example


Text Example

White with #84BFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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