Html Css Color HEX #77A8DA Jordy Blue

📋 copy color: '#77A8DA'

red 119 ◦ green 168 ◦ blue 218

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

Shades of Jordy Blue #77A8DA

Tints of Jordy Blue #77A8DA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.27%

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

R = 23.56%
G = 33.27%
B = 43.17%

CMYK

 C value IS 0.45

 M value IS 0.23

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#77A8DA (or 0x77A8DA) is known color: Jordy Blue. HEX triplet: 77, A8 and DA. RGB value is (119,168,218). Sum of RGB (Red+Green+Blue) = 119+168+218=505 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.56% from 505); Green value is 168 (66.02% from 255 or 33.27% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #77A8DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A8DA is #885725. Grayscale: #9E9E9E. Windows color (decimal): -8935206 or 14329975. OLE color: 14329975.

HSL color Cylindrical-coordinate representation of color #77A8DA: hue angle of 210.3º 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 #77A8DA is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 119 168 218 -
CMYK 0.45 0.23 0 0.15
HSL 210.3º 0.57% 0.66% -
HSV(B) 210.3º 0.45% 0.85% -
XYZ 34.27 36.99 71.66 -
YUV 159.05 161.27 99.43 -
System Red Green Blue C M Y K H S L
Decimal 119 168 218 0.45 0.23 0 0.15 210.3 0.57 0.66
Hex 77 A8 DA 2D 17 0 F D2 39 42
Octal 167 250 332 55 27 0 17 322 71 102
Binary 1110111 10101000 11011010 101101 10111 0 1111 11010010 111001 1000010

Color Harmonies of #77A8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A8DA

Black with #77A8DA

Text Example


Text Example

White with #77A8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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