Html Css Color HEX #77A3CF Jordy Blue

📋 copy color: '#77A3CF'

red 119 ◦ green 163 ◦ blue 207

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

Shades of Jordy Blue #77A3CF

Tints of Jordy Blue #77A3CF

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.33%

 BLUE value IS 207 (81.25% from 255) = 42.33%

R = 24.34%
G = 33.33%
B = 42.33%

CMYK

 C value IS 0.43

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#77A3CF (or 0x77A3CF) is known color: Jordy Blue. HEX triplet: 77, A3 and CF. RGB value is (119,163,207). Sum of RGB (Red+Green+Blue) = 119+163+207=489 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.34% from 489); Green value is 163 (64.06% from 255 or 33.33% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #77A3CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A3CF is #885C30. Grayscale: #9A9A9A. Windows color (decimal): -8936497 or 13607799. OLE color: 13607799.

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

Color convert

RGB 119 163 207 -
CMYK 0.43 0.21 0 0.19
HSL 210º 0.48% 0.64% -
HSV(B) 210º 0.43% 0.81% -
XYZ 31.97 34.62 64.03 -
YUV 154.86 157.42 102.42 -
System Red Green Blue C M Y K H S L
Decimal 119 163 207 0.43 0.21 0 0.19 210 0.48 0.64
Hex 77 A3 CF 2B 15 0 13 D2 30 40
Octal 167 243 317 53 25 0 23 322 60 100
Binary 1110111 10100011 11001111 101011 10101 0 10011 11010010 110000 1000000

Color Harmonies of #77A3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A3CF

Black with #77A3CF

Text Example


Text Example

White with #77A3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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