Html Css Color HEX #77ABEB Jordy Blue

📋 copy color: '#77ABEB'

red 119 ◦ green 171 ◦ blue 235

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

Shades of Jordy Blue #77ABEB

Tints of Jordy Blue #77ABEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.76%

R = 22.67%
G = 32.57%
B = 44.76%

CMYK

 C value IS 0.49

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#77ABEB (or 0x77ABEB) is known color: Jordy Blue. HEX triplet: 77, AB and EB. RGB value is (119,171,235). Sum of RGB (Red+Green+Blue) = 119+171+235=525 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.67% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 235 (92.19% from 255 or 44.76% from 525); Max value from RGB is 235 - color contains mainly: blue. Hex color #77ABEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77ABEB is #885414. Grayscale: #A2A2A2. Windows color (decimal): -8934421 or 15444855. OLE color: 15444855.

HSL color Cylindrical-coordinate representation of color #77ABEB: hue angle of 213.1º degrees, saturation: 0.74, 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 #77ABEB is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 119 171 235 -
CMYK 0.49 0.27 0 0.08
HSL 213.1º 0.74% 0.69% -
HSV(B) 213.1º 0.49% 0.92% -
XYZ 37.17 39.05 84.18 -
YUV 162.75 168.77 96.8 -
System Red Green Blue C M Y K H S L
Decimal 119 171 235 0.49 0.27 0 0.08 213.1 0.74 0.69
Hex 77 AB EB 31 1B 0 8 D5 4A 45
Octal 167 253 353 61 33 0 10 325 112 105
Binary 1110111 10101011 11101011 110001 11011 0 1000 11010101 1001010 1000101

Color Harmonies of #77ABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ABEB

Black with #77ABEB

Text Example


Text Example

White with #77ABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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