Html Css Color HEX #84DCEB Sky Blue

📋 copy color: '#84DCEB'

red 132 ◦ green 220 ◦ blue 235

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

Shades of Sky Blue #84DCEB

Tints of Sky Blue #84DCEB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.48%

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

R = 22.49%
G = 37.48%
B = 40.03%

CMYK

 C value IS 0.44

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#84DCEB (or 0x84DCEB) is known color: Sky Blue. HEX triplet: 84, DC and EB. RGB value is (132,220,235). Sum of RGB (Red+Green+Blue) = 132+220+235=587 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.49% from 587); Green value is 220 (86.33% from 255 or 37.48% from 587); Blue value is 235 (92.19% from 255 or 40.03% from 587); Max value from RGB is 235 - color contains mainly: blue. Hex color #84DCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84DCEB is #7B2314. Grayscale: #C3C3C3. Windows color (decimal): -8069909 or 15457412. OLE color: 15457412.

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

Color convert

RGB 132 220 235 -
CMYK 0.44 0.06 0 0.08
HSL 188.74º 0.72% 0.72% -
HSV(B) 188.74º 0.44% 0.92% -
XYZ 50.1 62.09 87.94 -
YUV 195.4 150.35 82.78 -
System Red Green Blue C M Y K H S L
Decimal 132 220 235 0.44 0.06 0 0.08 188.74 0.72 0.72
Hex 84 DC EB 2C 6 0 8 BD 48 48
Octal 204 334 353 54 6 0 10 275 110 110
Binary 10000100 11011100 11101011 101100 110 0 1000 10111101 1001000 1001000

Color Harmonies of #84DCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DCEB

Black with #84DCEB

Text Example


Text Example

White with #84DCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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