Html Css Color HEX #77A6DE Jordy Blue

📋 copy color: '#77A6DE'

red 119 ◦ green 166 ◦ blue 222

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

Shades of Jordy Blue #77A6DE

Tints of Jordy Blue #77A6DE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.74%

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

R = 23.47%
G = 32.74%
B = 43.79%

CMYK

 C value IS 0.46

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#77A6DE (or 0x77A6DE) is known color: Jordy Blue. HEX triplet: 77, A6 and DE. RGB value is (119,166,222). Sum of RGB (Red+Green+Blue) = 119+166+222=507 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.47% from 507); Green value is 166 (65.23% from 255 or 32.74% from 507); Blue value is 222 (87.11% from 255 or 43.79% from 507); Max value from RGB is 222 - color contains mainly: blue. Hex color #77A6DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A6DE is #885921. Grayscale: #9E9E9E. Windows color (decimal): -8935714 or 14591607. OLE color: 14591607.

HSL color Cylindrical-coordinate representation of color #77A6DE: hue angle of 212.62º 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 #77A6DE is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 166 222 -
CMYK 0.46 0.25 0 0.13
HSL 212.62º 0.61% 0.67% -
HSV(B) 212.62º 0.46% 0.87% -
XYZ 34.43 36.47 74.33 -
YUV 158.33 163.93 99.95 -
System Red Green Blue C M Y K H S L
Decimal 119 166 222 0.46 0.25 0 0.13 212.62 0.61 0.67
Hex 77 A6 DE 2E 19 0 D D5 3D 43
Octal 167 246 336 56 31 0 15 325 75 103
Binary 1110111 10100110 11011110 101110 11001 0 1101 11010101 111101 1000011

Color Harmonies of #77A6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A6DE

Black with #77A6DE

Text Example


Text Example

White with #77A6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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