Html Css Color HEX #77CFDE Spray

📋 copy color: '#77CFDE'

red 119 ◦ green 207 ◦ blue 222

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

Shades of Spray #77CFDE

Tints of Spray #77CFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.51%

R = 21.72%
G = 37.77%
B = 40.51%

CMYK

 C value IS 0.46

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#77CFDE (or 0x77CFDE) is known color: Spray. HEX triplet: 77, CF and DE. RGB value is (119,207,222). Sum of RGB (Red+Green+Blue) = 119+207+222=548 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.72% from 548); Green value is 207 (81.25% from 255 or 37.77% from 548); Blue value is 222 (87.11% from 255 or 40.51% from 548); Max value from RGB is 222 - color contains mainly: blue. Hex color #77CFDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CFDE is #883021. Grayscale: #B6B6B6. Windows color (decimal): -8925218 or 14602103. OLE color: 14602103.

HSL color Cylindrical-coordinate representation of color #77CFDE: hue angle of 188.74º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77CFDE is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 207 222 -
CMYK 0.46 0.07 0 0.13
HSL 188.74º 0.61% 0.67% -
HSV(B) 188.74º 0.46% 0.87% -
XYZ 43.11 53.82 77.22 -
YUV 182.4 150.35 82.78 -
System Red Green Blue C M Y K H S L
Decimal 119 207 222 0.46 0.07 0 0.13 188.74 0.61 0.67
Hex 77 CF DE 2E 7 0 D BD 3D 43
Octal 167 317 336 56 7 0 15 275 75 103
Binary 1110111 11001111 11011110 101110 111 0 1101 10111101 111101 1000011

Color Harmonies of #77CFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CFDE

Black with #77CFDE

Text Example


Text Example

White with #77CFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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