Html Css Color HEX #77CFE3 Spray

📋 copy color: '#77CFE3'

red 119 ◦ green 207 ◦ blue 227

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

Shades of Spray #77CFE3

Tints of Spray #77CFE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 41.05%

R = 21.52%
G = 37.43%
B = 41.05%

CMYK

 C value IS 0.48

 M value IS 0.09

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#77CFE3 (or 0x77CFE3) is known color: Spray. HEX triplet: 77, CF and E3. RGB value is (119,207,227). Sum of RGB (Red+Green+Blue) = 119+207+227=553 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.52% from 553); Green value is 207 (81.25% from 255 or 37.43% from 553); Blue value is 227 (89.06% from 255 or 41.05% from 553); Max value from RGB is 227 - color contains mainly: blue. Hex color #77CFE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CFE3 is #88301C. Grayscale: #B6B6B6. Windows color (decimal): -8925213 or 14929783. OLE color: 14929783.

HSL color Cylindrical-coordinate representation of color #77CFE3: hue angle of 191.11º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #77CFE3 is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 119 207 227 -
CMYK 0.48 0.09 0 0.11
HSL 191.11º 0.66% 0.68% -
HSV(B) 191.11º 0.48% 0.89% -
XYZ 43.79 54.09 80.81 -
YUV 182.97 152.85 82.37 -
System Red Green Blue C M Y K H S L
Decimal 119 207 227 0.48 0.09 0 0.11 191.11 0.66 0.68
Hex 77 CF E3 30 9 0 B BF 42 44
Octal 167 317 343 60 11 0 13 277 102 104
Binary 1110111 11001111 11100011 110000 1001 0 1011 10111111 1000010 1000100

Color Harmonies of #77CFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CFE3

Black with #77CFE3

Text Example


Text Example

White with #77CFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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