Html Css Color HEX #77B0DA Jordy Blue

📋 copy color: '#77B0DA'

red 119 ◦ green 176 ◦ blue 218

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

Shades of Jordy Blue #77B0DA

Tints of Jordy Blue #77B0DA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.31%

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

R = 23.2%
G = 34.31%
B = 42.5%

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

#77B0DA (or 0x77B0DA) is known color: Jordy Blue. HEX triplet: 77, B0 and DA. RGB value is (119,176,218). Sum of RGB (Red+Green+Blue) = 119+176+218=513 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.20% from 513); Green value is 176 (69.14% from 255 or 34.31% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #77B0DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77B0DA is #884F25. Grayscale: #A3A3A3. Windows color (decimal): -8933158 or 14332023. OLE color: 14332023.

HSL color Cylindrical-coordinate representation of color #77B0DA: hue angle of 205.45º 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 #77B0DA is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 119 176 218 -
CMYK 0.45 0.19 0 0.15
HSL 205.45º 0.57% 0.66% -
HSV(B) 205.45º 0.45% 0.85% -
XYZ 35.79 40.03 72.17 -
YUV 163.75 158.62 96.08 -
System Red Green Blue C M Y K H S L
Decimal 119 176 218 0.45 0.19 0 0.15 205.45 0.57 0.66
Hex 77 B0 DA 2D 13 0 F CD 39 42
Octal 167 260 332 55 23 0 17 315 71 102
Binary 1110111 10110000 11011010 101101 10011 0 1111 11001101 111001 1000010

Color Harmonies of #77B0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B0DA

Black with #77B0DA

Text Example


Text Example

White with #77B0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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