Html Css Color HEX #77ACF9 Jordy Blue

📋 copy color: '#77ACF9'

red 119 ◦ green 172 ◦ blue 249

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

Shades of Jordy Blue #77ACF9

Tints of Jordy Blue #77ACF9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.85%

 BLUE value IS 249 (97.66% from 255) = 46.11%

R = 22.04%
G = 31.85%
B = 46.11%

CMYK

 C value IS 0.52

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#77ACF9 (or 0x77ACF9) is known color: Jordy Blue. HEX triplet: 77, AC and F9. RGB value is (119,172,249). Sum of RGB (Red+Green+Blue) = 119+172+249=540 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.04% from 540); Green value is 172 (67.58% from 255 or 31.85% from 540); Blue value is 249 (97.66% from 255 or 46.11% from 540); Max value from RGB is 249 - color contains mainly: blue. Hex color #77ACF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77ACF9 is #885306. Grayscale: #A4A4A4. Windows color (decimal): -8934151 or 16362615. OLE color: 16362615.

HSL color Cylindrical-coordinate representation of color #77ACF9: hue angle of 215.54º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77ACF9 is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 172 249 -
CMYK 0.52 0.31 0 0.02
HSL 215.54º 0.92% 0.72% -
HSV(B) 215.54º 0.52% 0.98% -
XYZ 39.46 40.27 95.32 -
YUV 164.93 175.44 95.24 -
System Red Green Blue C M Y K H S L
Decimal 119 172 249 0.52 0.31 0 0.02 215.54 0.92 0.72
Hex 77 AC F9 34 1F 0 2 D8 5C 48
Octal 167 254 371 64 37 0 2 330 134 110
Binary 1110111 10101100 11111001 110100 11111 0 10 11011000 1011100 1001000

Color Harmonies of #77ACF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ACF9

Black with #77ACF9

Text Example


Text Example

White with #77ACF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,172,249); }

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

background-color css

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

 a { background-color: rgb(119,172,249); }

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

border-color css

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

 span { border-color: rgb(119,172,249); }

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