Html Css Color HEX #77A2CE Jordy Blue

📋 copy color: '#77A2CE'

red 119 ◦ green 162 ◦ blue 206

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

Shades of Jordy Blue #77A2CE

Tints of Jordy Blue #77A2CE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.26%

 BLUE value IS 206 (80.86% from 255) = 42.3%

R = 24.44%
G = 33.26%
B = 42.3%

CMYK

 C value IS 0.42

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#77A2CE (or 0x77A2CE) is known color: Jordy Blue. HEX triplet: 77, A2 and CE. RGB value is (119,162,206). Sum of RGB (Red+Green+Blue) = 119+162+206=487 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.44% from 487); Green value is 162 (63.67% from 255 or 33.26% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #77A2CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A2CE is #885D31. Grayscale: #999999. Windows color (decimal): -8936754 or 13542007. OLE color: 13542007.

HSL color Cylindrical-coordinate representation of color #77A2CE: hue angle of 210.34º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77A2CE is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 162 206 -
CMYK 0.42 0.21 0 0.19
HSL 210.34º 0.47% 0.64% -
HSV(B) 210.34º 0.42% 0.81% -
XYZ 31.67 34.22 63.33 -
YUV 154.16 157.25 102.92 -
System Red Green Blue C M Y K H S L
Decimal 119 162 206 0.42 0.21 0 0.19 210.34 0.47 0.64
Hex 77 A2 CE 2A 15 0 13 D2 2F 40
Octal 167 242 316 52 25 0 23 322 57 100
Binary 1110111 10100010 11001110 101010 10101 0 10011 11010010 101111 1000000

Color Harmonies of #77A2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A2CE

Black with #77A2CE

Text Example


Text Example

White with #77A2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,162,206); }

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

background-color css

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

 a { background-color: rgb(119,162,206); }

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

border-color css

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

 span { border-color: rgb(119,162,206); }

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