Html Css Color HEX #77CFE6 Spray

📋 copy color: '#77CFE6'

red 119 ◦ green 207 ◦ blue 230

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

Shades of Spray #77CFE6

Tints of Spray #77CFE6

RGB

 RED value IS 119 (46.88% from 255) = 21.4%

 GREEN value IS 207 (81.25% from 255) = 37.23%

 BLUE value IS 230 (90.23% from 255) = 41.37%

R = 21.4%
G = 37.23%
B = 41.37%

CMYK

 C value IS 0.48

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#77CFE6 (or 0x77CFE6) is known color: Spray. HEX triplet: 77, CF and E6. RGB value is (119,207,230). Sum of RGB (Red+Green+Blue) = 119+207+230=556 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.40% from 556); Green value is 207 (81.25% from 255 or 37.23% from 556); Blue value is 230 (90.23% from 255 or 41.37% from 556); Max value from RGB is 230 - color contains mainly: blue. Hex color #77CFE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77CFE6 is #883019. Grayscale: #B7B7B7. Windows color (decimal): -8925210 or 15126391. OLE color: 15126391.

HSL color Cylindrical-coordinate representation of color #77CFE6: hue angle of 192.43º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #77CFE6 is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 119 207 230 -
CMYK 0.48 0.10 0 0.10
HSL 192.43º 0.69% 0.68% -
HSV(B) 192.43º 0.48% 0.9% -
XYZ 44.2 54.26 83.01 -
YUV 183.31 154.35 82.13 -
System Red Green Blue C M Y K H S L
Decimal 119 207 230 0.48 0.10 0 0.10 192.43 0.69 0.68
Hex 77 CF E6 30 A 0 A C0 45 44
Octal 167 317 346 60 12 0 12 300 105 104
Binary 1110111 11001111 11100110 110000 1010 0 1010 11000000 1000101 1000100

Color Harmonies of #77CFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CFE6

Black with #77CFE6

Text Example


Text Example

White with #77CFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #77CFE6;
 }
 .AnyTagClassName
 {
   color: #77CFE6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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