Html Css Color HEX #77ABFA Jordy Blue

📋 copy color: '#77ABFA'

red 119 ◦ green 171 ◦ blue 250

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

Shades of Jordy Blue #77ABFA

Tints of Jordy Blue #77ABFA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.67%

 BLUE value IS 250 (98.05% from 255) = 46.3%

R = 22.04%
G = 31.67%
B = 46.3%

CMYK

 C value IS 0.52

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#77ABFA (or 0x77ABFA) is known color: Jordy Blue. HEX triplet: 77, AB and FA. RGB value is (119,171,250). Sum of RGB (Red+Green+Blue) = 119+171+250=540 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.04% from 540); Green value is 171 (67.19% from 255 or 31.67% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #77ABFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77ABFA is #885405. Grayscale: #A4A4A4. Windows color (decimal): -8934406 or 16427895. OLE color: 16427895.

HSL color Cylindrical-coordinate representation of color #77ABFA: hue angle of 216.18º degrees, saturation: 0.93, 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 #77ABFA is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 171 250 -
CMYK 0.52 0.32 0 0.02
HSL 216.18º 0.93% 0.72% -
HSV(B) 216.18º 0.52% 0.98% -
XYZ 39.43 39.95 96.08 -
YUV 164.46 176.27 95.58 -
System Red Green Blue C M Y K H S L
Decimal 119 171 250 0.52 0.32 0 0.02 216.18 0.93 0.72
Hex 77 AB FA 34 20 0 2 D8 5D 48
Octal 167 253 372 64 40 0 2 330 135 110
Binary 1110111 10101011 11111010 110100 100000 0 10 11011000 1011101 1001000

Color Harmonies of #77ABFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ABFA

Black with #77ABFA

Text Example


Text Example

White with #77ABFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,171,250); }

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

background-color css

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

 a { background-color: rgb(119,171,250); }

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

border-color css

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

 span { border-color: rgb(119,171,250); }

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