Html Css Color HEX #77AFE2 Jordy Blue

📋 copy color: '#77AFE2'

red 119 ◦ green 175 ◦ blue 226

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

Shades of Jordy Blue #77AFE2

Tints of Jordy Blue #77AFE2

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.65%

 BLUE value IS 226 (88.67% from 255) = 43.46%

R = 22.88%
G = 33.65%
B = 43.46%

CMYK

 C value IS 0.47

 M value IS 0.23

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#77AFE2 (or 0x77AFE2) is known color: Jordy Blue. HEX triplet: 77, AF and E2. RGB value is (119,175,226). Sum of RGB (Red+Green+Blue) = 119+175+226=520 (68% of max value = 765). Red value is 119 (46.88% from 255 or 22.88% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 226 (88.67% from 255 or 43.46% from 520); Max value from RGB is 226 - color contains mainly: blue. Hex color #77AFE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77AFE2 is #88501D. Grayscale: #A3A3A3. Windows color (decimal): -8933406 or 14856055. OLE color: 14856055.

HSL color Cylindrical-coordinate representation of color #77AFE2: hue angle of 208.6º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77AFE2 is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 119 175 226 -
CMYK 0.47 0.23 0 0.11
HSL 208.6º 0.65% 0.68% -
HSV(B) 208.6º 0.47% 0.89% -
XYZ 36.67 40.07 77.75 -
YUV 164.07 162.95 95.85 -
System Red Green Blue C M Y K H S L
Decimal 119 175 226 0.47 0.23 0 0.11 208.6 0.65 0.68
Hex 77 AF E2 2F 17 0 B D1 41 44
Octal 167 257 342 57 27 0 13 321 101 104
Binary 1110111 10101111 11100010 101111 10111 0 1011 11010001 1000001 1000100

Color Harmonies of #77AFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AFE2

Black with #77AFE2

Text Example


Text Example

White with #77AFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,175,226); }

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

background-color css

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

 a { background-color: rgb(119,175,226); }

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

border-color css

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

 span { border-color: rgb(119,175,226); }

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