#77CFE1

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

Shades of Spray #77CFE1

Tints of Spray #77CFE1

Color information

#77CFE1 (or 0x77CFE1) is unknown color: approx Spray. HEX triplet: 77, CF and E1. RGB value is (119,207,225). Sum of RGB (Red+Green+Blue) = 119+207+225=551 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.60% from 551); Green value is 207 (81.25% from 255 or 37.57% from 551); Blue value is 225 (88.28% from 255 or 40.83% from 551); Max value from RGB is 225 - color contains mainly: blue. Hex color #77CFE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CFE1 is #88301E. Grayscale: #B6B6B6. Windows color (decimal): -8925215 or 14798711. OLE color: 14798711.

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

Color convert

RGB119207225-
CMYK0.470.0800.12
HSL190.19º63.86%67.45%-
HSV(B)190.19º47.11%88.24%-
XYZ43.5153.9879.36-
YUV182.74151.8582.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.60%
GREEN value IS 207 (81.25% from 255) = 37.57%
BLUE value IS 225 (88.28% from 255) = 40.83%
R=21.60%
G=37.57%
B=40.83%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1192072250.470.0800.12190.1963.8667.45
Hex77CFE12F80Cbe4043
Octal1673173415710014276100103
Binary111011111001111111000011011111000011001011111010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77CFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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