#84CDE4

Color #84CDE4 Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sky Blue #84CDE4

Tints of Sky Blue #84CDE4

Color information

#84CDE4 (or 0x84CDE4) is unknown color: approx Sky Blue. HEX triplet: 84, CD and E4. RGB value is (132,205,228). Sum of RGB (Red+Green+Blue) = 132+205+228=565 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.36% from 565); Green value is 205 (80.47% from 255 or 36.28% from 565); Blue value is 228 (89.45% from 255 or 40.35% from 565); Max value from RGB is 228 - color contains mainly: blue. Hex color #84CDE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CDE4 is #7B321B. Grayscale: #B9B9B9. Windows color (decimal): -8073756 or 14994820. OLE color: 14994820.

HSL color Cylindrical-coordinate representation of color #84CDE4: hue angle of 194.38º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84CDE4 is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB132205228-
CMYK0.420.1000.11
HSL194.38º64%70.59%-
HSV(B)194.38º42.11%89.41%-
XYZ45.3554.1781.46-
YUV185.8151.8289.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.36%
GREEN value IS 205 (80.47% from 255) = 36.28%
BLUE value IS 228 (89.45% from 255) = 40.35%
R=23.36%
G=36.28%
B=40.35%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1322052280.420.1000.11194.386470.59
Hex84CDE42AA0Bc24047
Octal2043153445212013302100107
Binary1000010011001101111001001010101010010111100001010000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #84CDE4;
 }
 .AnyTagClassName
 {
   color: #84CDE4;
 }
</style>
background-color css

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

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

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

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

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

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