Html Css Color HEX #84CCEA Sky Blue

📋 copy color: '#84CCEA'

red 132 ◦ green 204 ◦ blue 234

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

Shades of Sky Blue #84CCEA

Tints of Sky Blue #84CCEA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.79%

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

R = 23.16%
G = 35.79%
B = 41.05%

CMYK

 C value IS 0.44

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#84CCEA (or 0x84CCEA) is known color: Sky Blue. HEX triplet: 84, CC and EA. RGB value is (132,204,234). Sum of RGB (Red+Green+Blue) = 132+204+234=570 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.16% from 570); Green value is 204 (80.08% from 255 or 35.79% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #84CCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84CCEA is #7B3315. Grayscale: #B9B9B9. Windows color (decimal): -8074006 or 15387780. OLE color: 15387780.

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

Color convert

RGB 132 204 234 -
CMYK 0.44 0.13 0 0.08
HSL 197.65º 0.71% 0.72% -
HSV(B) 197.65º 0.44% 0.92% -
XYZ 45.96 54.03 85.85 -
YUV 185.89 155.15 89.56 -
System Red Green Blue C M Y K H S L
Decimal 132 204 234 0.44 0.13 0 0.08 197.65 0.71 0.72
Hex 84 CC EA 2C D 0 8 C6 47 48
Octal 204 314 352 54 15 0 10 306 107 110
Binary 10000100 11001100 11101010 101100 1101 0 1000 11000110 1000111 1001000

Color Harmonies of #84CCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84CCEA

Black with #84CCEA

Text Example


Text Example

White with #84CCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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