Html Css Color HEX #77B5E9 Jordy Blue

📋 copy color: '#77B5E9'

red 119 ◦ green 181 ◦ blue 233

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

Shades of Jordy Blue #77B5E9

Tints of Jordy Blue #77B5E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 43.71%

R = 22.33%
G = 33.96%
B = 43.71%

CMYK

 C value IS 0.49

 M value IS 0.22

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#77B5E9 (or 0x77B5E9) is known color: Jordy Blue. HEX triplet: 77, B5 and E9. RGB value is (119,181,233). Sum of RGB (Red+Green+Blue) = 119+181+233=533 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.33% from 533); Green value is 181 (71.09% from 255 or 33.96% from 533); Blue value is 233 (91.41% from 255 or 43.71% from 533); Max value from RGB is 233 - color contains mainly: blue. Hex color #77B5E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77B5E9 is #884A16. Grayscale: #A8A8A8. Windows color (decimal): -8931863 or 15316343. OLE color: 15316343.

HSL color Cylindrical-coordinate representation of color #77B5E9: hue angle of 207.37º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77B5E9 is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 119 181 233 -
CMYK 0.49 0.22 0 0.09
HSL 207.37º 0.72% 0.69% -
HSV(B) 207.37º 0.49% 0.91% -
XYZ 38.84 42.85 83.32 -
YUV 168.39 164.46 92.77 -
System Red Green Blue C M Y K H S L
Decimal 119 181 233 0.49 0.22 0 0.09 207.37 0.72 0.69
Hex 77 B5 E9 31 16 0 9 CF 48 45
Octal 167 265 351 61 26 0 11 317 110 105
Binary 1110111 10110101 11101001 110001 10110 0 1001 11001111 1001000 1000101

Color Harmonies of #77B5E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B5E9

Black with #77B5E9

Text Example


Text Example

White with #77B5E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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