Html Css Color HEX #77B5EA Jordy Blue

📋 copy color: '#77B5EA'

red 119 ◦ green 181 ◦ blue 234

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

Shades of Jordy Blue #77B5EA

Tints of Jordy Blue #77B5EA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.9%

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

R = 22.28%
G = 33.9%
B = 43.82%

CMYK

 C value IS 0.49

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#77B5EA (or 0x77B5EA) is known color: Jordy Blue. HEX triplet: 77, B5 and EA. RGB value is (119,181,234). Sum of RGB (Red+Green+Blue) = 119+181+234=534 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.28% from 534); Green value is 181 (71.09% from 255 or 33.90% from 534); Blue value is 234 (91.80% from 255 or 43.82% from 534); Max value from RGB is 234 - color contains mainly: blue. Hex color #77B5EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77B5EA is #884A15. Grayscale: #A8A8A8. Windows color (decimal): -8931862 or 15381879. OLE color: 15381879.

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

Color convert

RGB 119 181 234 -
CMYK 0.49 0.23 0 0.08
HSL 207.65º 0.73% 0.69% -
HSV(B) 207.65º 0.49% 0.92% -
XYZ 38.98 42.91 84.07 -
YUV 168.5 164.96 92.69 -
System Red Green Blue C M Y K H S L
Decimal 119 181 234 0.49 0.23 0 0.08 207.65 0.73 0.69
Hex 77 B5 EA 31 17 0 8 D0 49 45
Octal 167 265 352 61 27 0 10 320 111 105
Binary 1110111 10110101 11101010 110001 10111 0 1000 11010000 1001001 1000101

Color Harmonies of #77B5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B5EA

Black with #77B5EA

Text Example


Text Example

White with #77B5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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