Html Css Color HEX #77A8FC Jordy Blue

📋 copy color: '#77A8FC'

red 119 ◦ green 168 ◦ blue 252

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

Shades of Jordy Blue #77A8FC

Tints of Jordy Blue #77A8FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.75%

R = 22.08%
G = 31.17%
B = 46.75%

CMYK

 C value IS 0.53

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#77A8FC (or 0x77A8FC) is known color: Jordy Blue. HEX triplet: 77, A8 and FC. RGB value is (119,168,252). Sum of RGB (Red+Green+Blue) = 119+168+252=539 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.08% from 539); Green value is 168 (66.02% from 255 or 31.17% from 539); Blue value is 252 (98.83% from 255 or 46.75% from 539); Max value from RGB is 252 - color contains mainly: blue. Hex color #77A8FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77A8FC is #885703. Grayscale: #A2A2A2. Windows color (decimal): -8935172 or 16558199. OLE color: 16558199.

HSL color Cylindrical-coordinate representation of color #77A8FC: hue angle of 217.89º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77A8FC is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 119 168 252 -
CMYK 0.53 0.33 0 0.01
HSL 217.89º 0.96% 0.73% -
HSV(B) 217.89º 0.53% 0.99% -
XYZ 39.18 38.96 97.55 -
YUV 162.93 178.27 96.67 -
System Red Green Blue C M Y K H S L
Decimal 119 168 252 0.53 0.33 0 0.01 217.89 0.96 0.73
Hex 77 A8 FC 35 21 0 1 DA 60 49
Octal 167 250 374 65 41 0 1 332 140 111
Binary 1110111 10101000 11111100 110101 100001 0 1 11011010 1100000 1001001

Color Harmonies of #77A8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A8FC

Black with #77A8FC

Text Example


Text Example

White with #77A8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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