Html Css Color HEX #77AFEA Jordy Blue

📋 copy color: '#77AFEA'

red 119 ◦ green 175 ◦ blue 234

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

Shades of Jordy Blue #77AFEA

Tints of Jordy Blue #77AFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.32%

R = 22.54%
G = 33.14%
B = 44.32%

CMYK

 C value IS 0.49

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#77AFEA (or 0x77AFEA) is known color: Jordy Blue. HEX triplet: 77, AF and EA. RGB value is (119,175,234). Sum of RGB (Red+Green+Blue) = 119+175+234=528 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.54% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 234 - color contains mainly: blue. Hex color #77AFEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77AFEA is #885015. Grayscale: #A4A4A4. Windows color (decimal): -8933398 or 15380343. OLE color: 15380343.

HSL color Cylindrical-coordinate representation of color #77AFEA: hue angle of 210.78º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77AFEA is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 119 175 234 -
CMYK 0.49 0.25 0 0.08
HSL 210.78º 0.73% 0.69% -
HSV(B) 210.78º 0.49% 0.92% -
XYZ 37.79 40.52 83.67 -
YUV 164.98 166.95 95.2 -
System Red Green Blue C M Y K H S L
Decimal 119 175 234 0.49 0.25 0 0.08 210.78 0.73 0.69
Hex 77 AF EA 31 19 0 8 D3 49 45
Octal 167 257 352 61 31 0 10 323 111 105
Binary 1110111 10101111 11101010 110001 11001 0 1000 11010011 1001001 1000101

Color Harmonies of #77AFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AFEA

Black with #77AFEA

Text Example


Text Example

White with #77AFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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