Html Css Color HEX #77A5F6 Jordy Blue

📋 copy color: '#77A5F6'

red 119 ◦ green 165 ◦ blue 246

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

Shades of Jordy Blue #77A5F6

Tints of Jordy Blue #77A5F6

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.13%

 BLUE value IS 246 (96.48% from 255) = 46.42%

R = 22.45%
G = 31.13%
B = 46.42%

CMYK

 C value IS 0.52

 M value IS 0.33

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#77A5F6 (or 0x77A5F6) is known color: Jordy Blue. HEX triplet: 77, A5 and F6. RGB value is (119,165,246). Sum of RGB (Red+Green+Blue) = 119+165+246=530 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.45% from 530); Green value is 165 (64.84% from 255 or 31.13% from 530); Blue value is 246 (96.48% from 255 or 46.42% from 530); Max value from RGB is 246 - color contains mainly: blue. Hex color #77A5F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77A5F6 is #885A09. Grayscale: #A0A0A0. Windows color (decimal): -8935946 or 16164215. OLE color: 16164215.

HSL color Cylindrical-coordinate representation of color #77A5F6: hue angle of 218.27º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77A5F6 is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 119 165 246 -
CMYK 0.52 0.33 0 0.04
HSL 218.27º 0.88% 0.72% -
HSV(B) 218.27º 0.52% 0.96% -
XYZ 37.7 37.49 92.44 -
YUV 160.48 176.26 98.41 -
System Red Green Blue C M Y K H S L
Decimal 119 165 246 0.52 0.33 0 0.04 218.27 0.88 0.72
Hex 77 A5 F6 34 21 0 4 DA 58 48
Octal 167 245 366 64 41 0 4 332 130 110
Binary 1110111 10100101 11110110 110100 100001 0 100 11011010 1011000 1001000

Color Harmonies of #77A5F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A5F6

Black with #77A5F6

Text Example


Text Example

White with #77A5F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,165,246); }

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

background-color css

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

 a { background-color: rgb(119,165,246); }

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

border-color css

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

 span { border-color: rgb(119,165,246); }

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