Html Css Color HEX #84DBEB Sky Blue

📋 copy color: '#84DBEB'

red 132 ◦ green 219 ◦ blue 235

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

Shades of Sky Blue #84DBEB

Tints of Sky Blue #84DBEB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.37%

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

R = 22.53%
G = 37.37%
B = 40.1%

CMYK

 C value IS 0.44

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#84DBEB (or 0x84DBEB) is known color: Sky Blue. HEX triplet: 84, DB and EB. RGB value is (132,219,235). Sum of RGB (Red+Green+Blue) = 132+219+235=586 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.53% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 235 (92.19% from 255 or 40.10% from 586); Max value from RGB is 235 - color contains mainly: blue. Hex color #84DBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84DBEB is #7B2414. Grayscale: #C2C2C2. Windows color (decimal): -8070165 or 15457156. OLE color: 15457156.

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

Color convert

RGB 132 219 235 -
CMYK 0.44 0.07 0 0.08
HSL 189.32º 0.72% 0.72% -
HSV(B) 189.32º 0.44% 0.92% -
XYZ 49.84 61.57 87.85 -
YUV 194.81 150.68 83.2 -
System Red Green Blue C M Y K H S L
Decimal 132 219 235 0.44 0.07 0 0.08 189.32 0.72 0.72
Hex 84 DB EB 2C 7 0 8 BD 48 48
Octal 204 333 353 54 7 0 10 275 110 110
Binary 10000100 11011011 11101011 101100 111 0 1000 10111101 1001000 1001000

Color Harmonies of #84DBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DBEB

Black with #84DBEB

Text Example


Text Example

White with #84DBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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