#77CDE1

Color #77CDE1 Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #77CDE1

Tints of Spray #77CDE1

Color information

#77CDE1 (or 0x77CDE1) is unknown color: approx Spray. HEX triplet: 77, CD and E1. RGB value is (119,205,225). Sum of RGB (Red+Green+Blue) = 119+205+225=549 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.68% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 225 (88.28% from 255 or 40.98% from 549); Max value from RGB is 225 - color contains mainly: blue. Hex color #77CDE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CDE1 is #88321E. Grayscale: #B5B5B5. Windows color (decimal): -8925727 or 14798199. OLE color: 14798199.

HSL color Cylindrical-coordinate representation of color #77CDE1: hue angle of 191.32º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77CDE1 is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB119205225-
CMYK0.470.0900.12
HSL191.32º63.86%67.45%-
HSV(B)191.32º47.11%88.24%-
XYZ43.0353.0279.2-
YUV181.57152.5183.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.68%
GREEN value IS 205 (80.47% from 255) = 37.34%
BLUE value IS 225 (88.28% from 255) = 40.98%
R=21.68%
G=37.34%
B=40.98%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1192052250.470.0900.12191.3263.8667.45
Hex77CDE12F90Cbf4043
Octal1673153415711014277100103
Binary111011111001101111000011011111001011001011111110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77CDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77CDE1; }

 p { color: rgb(119,205,225); }

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

<style>
 a { background-color: #77CDE1; }

 a { background-color: rgb(119,205,225); }

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

<style>
 span { border-color: #77CDE1; }

 span { border-color: rgb(119,205,225); }

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