Html Css Color HEX #84CDEA Sky Blue

📋 copy color: '#84CDEA'

red 132 ◦ green 205 ◦ blue 234

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

Shades of Sky Blue #84CDEA

Tints of Sky Blue #84CDEA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.9%

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

R = 23.12%
G = 35.9%
B = 40.98%

CMYK

 C value IS 0.44

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#84CDEA (or 0x84CDEA) is known color: Sky Blue. HEX triplet: 84, CD and EA. RGB value is (132,205,234). Sum of RGB (Red+Green+Blue) = 132+205+234=571 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.12% from 571); Green value is 205 (80.47% from 255 or 35.90% from 571); Blue value is 234 (91.80% from 255 or 40.98% from 571); Max value from RGB is 234 - color contains mainly: blue. Hex color #84CDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84CDEA is #7B3215. Grayscale: #BABABA. Windows color (decimal): -8073750 or 15388036. OLE color: 15388036.

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

Color convert

RGB 132 205 234 -
CMYK 0.44 0.12 0 0.08
HSL 197.06º 0.71% 0.72% -
HSV(B) 197.06º 0.44% 0.92% -
XYZ 46.2 54.51 85.93 -
YUV 186.48 154.82 89.14 -
System Red Green Blue C M Y K H S L
Decimal 132 205 234 0.44 0.12 0 0.08 197.06 0.71 0.72
Hex 84 CD EA 2C C 0 8 C5 47 48
Octal 204 315 352 54 14 0 10 305 107 110
Binary 10000100 11001101 11101010 101100 1100 0 1000 11000101 1000111 1001000

Color Harmonies of #84CDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84CDEA

Black with #84CDEA

Text Example


Text Example

White with #84CDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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