Html Css Color HEX #77B1DA Jordy Blue

📋 copy color: '#77B1DA'

red 119 ◦ green 177 ◦ blue 218

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

Shades of Jordy Blue #77B1DA

Tints of Jordy Blue #77B1DA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.44%

 BLUE value IS 218 (85.55% from 255) = 42.41%

R = 23.15%
G = 34.44%
B = 42.41%

CMYK

 C value IS 0.45

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#77B1DA (or 0x77B1DA) is known color: Jordy Blue. HEX triplet: 77, B1 and DA. RGB value is (119,177,218). Sum of RGB (Red+Green+Blue) = 119+177+218=514 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.15% from 514); Green value is 177 (69.53% from 255 or 34.44% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 218 - color contains mainly: blue. Hex color #77B1DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77B1DA is #884E25. Grayscale: #A4A4A4. Windows color (decimal): -8932902 or 14332279. OLE color: 14332279.

HSL color Cylindrical-coordinate representation of color #77B1DA: hue angle of 204.85º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77B1DA is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 119 177 218 -
CMYK 0.45 0.19 0 0.15
HSL 204.85º 0.57% 0.66% -
HSV(B) 204.85º 0.45% 0.85% -
XYZ 35.98 40.43 72.24 -
YUV 164.33 158.28 95.67 -
System Red Green Blue C M Y K H S L
Decimal 119 177 218 0.45 0.19 0 0.15 204.85 0.57 0.66
Hex 77 B1 DA 2D 13 0 F CD 39 42
Octal 167 261 332 55 23 0 17 315 71 102
Binary 1110111 10110001 11011010 101101 10011 0 1111 11001101 111001 1000010

Color Harmonies of #77B1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B1DA

Black with #77B1DA

Text Example


Text Example

White with #77B1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,177,218); }

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

background-color css

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

 a { background-color: rgb(119,177,218); }

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

border-color css

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

 span { border-color: rgb(119,177,218); }

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