Html Css Color HEX #77CFDA Spray

📋 copy color: '#77CFDA'

red 119 ◦ green 207 ◦ blue 218

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

Shades of Spray #77CFDA

Tints of Spray #77CFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.07%

R = 21.88%
G = 38.05%
B = 40.07%

CMYK

 C value IS 0.45

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#77CFDA (or 0x77CFDA) is known color: Spray. HEX triplet: 77, CF and DA. RGB value is (119,207,218). Sum of RGB (Red+Green+Blue) = 119+207+218=544 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.88% from 544); Green value is 207 (81.25% from 255 or 38.05% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 218 - color contains mainly: blue. Hex color #77CFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CFDA is #883025. Grayscale: #B5B5B5. Windows color (decimal): -8925222 or 14339959. OLE color: 14339959.

HSL color Cylindrical-coordinate representation of color #77CFDA: hue angle of 186.67º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77CFDA is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 119 207 218 -
CMYK 0.45 0.05 0 0.15
HSL 186.67º 0.57% 0.66% -
HSV(B) 186.67º 0.45% 0.85% -
XYZ 42.58 53.61 74.43 -
YUV 181.94 148.35 83.11 -
System Red Green Blue C M Y K H S L
Decimal 119 207 218 0.45 0.05 0 0.15 186.67 0.57 0.66
Hex 77 CF DA 2D 5 0 F BB 39 42
Octal 167 317 332 55 5 0 17 273 71 102
Binary 1110111 11001111 11011010 101101 101 0 1111 10111011 111001 1000010

Color Harmonies of #77CFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CFDA

Black with #77CFDA

Text Example


Text Example

White with #77CFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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