Html Css Color HEX #77AFEF Jordy Blue

📋 copy color: '#77AFEF'

red 119 ◦ green 175 ◦ blue 239

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

Shades of Jordy Blue #77AFEF

Tints of Jordy Blue #77AFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.84%

R = 22.33%
G = 32.83%
B = 44.84%

CMYK

 C value IS 0.50

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#77AFEF (or 0x77AFEF) is known color: Jordy Blue. HEX triplet: 77, AF and EF. RGB value is (119,175,239). Sum of RGB (Red+Green+Blue) = 119+175+239=533 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.33% from 533); Green value is 175 (68.75% from 255 or 32.83% from 533); Blue value is 239 (93.75% from 255 or 44.84% from 533); Max value from RGB is 239 - color contains mainly: blue. Hex color #77AFEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77AFEF is #885010. Grayscale: #A5A5A5. Windows color (decimal): -8933393 or 15708023. OLE color: 15708023.

HSL color Cylindrical-coordinate representation of color #77AFEF: hue angle of 212º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77AFEF is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 119 175 239 -
CMYK 0.50 0.27 0 0.06
HSL 212º 0.79% 0.7% -
HSV(B) 212º 0.5% 0.94% -
XYZ 38.52 40.81 87.51 -
YUV 165.55 169.45 94.8 -
System Red Green Blue C M Y K H S L
Decimal 119 175 239 0.50 0.27 0 0.06 212 0.79 0.7
Hex 77 AF EF 32 1B 0 6 D4 4F 46
Octal 167 257 357 62 33 0 6 324 117 106
Binary 1110111 10101111 11101111 110010 11011 0 110 11010100 1001111 1000110

Color Harmonies of #77AFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AFEF

Black with #77AFEF

Text Example


Text Example

White with #77AFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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