Html Css Color HEX #77B2DA Jordy Blue

📋 copy color: '#77B2DA'

red 119 ◦ green 178 ◦ blue 218

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

Shades of Jordy Blue #77B2DA

Tints of Jordy Blue #77B2DA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.56%

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

R = 23.11%
G = 34.56%
B = 42.33%

CMYK

 C value IS 0.45

 M value IS 0.18

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#77B2DA (or 0x77B2DA) is known color: Jordy Blue. HEX triplet: 77, B2 and DA. RGB value is (119,178,218). Sum of RGB (Red+Green+Blue) = 119+178+218=515 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.11% from 515); Green value is 178 (69.92% from 255 or 34.56% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 218 - color contains mainly: blue. Hex color #77B2DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77B2DA is #884D25. Grayscale: #A4A4A4. Windows color (decimal): -8932646 or 14332535. OLE color: 14332535.

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

Color convert

RGB 119 178 218 -
CMYK 0.45 0.18 0 0.15
HSL 204.24º 0.57% 0.66% -
HSV(B) 204.24º 0.45% 0.85% -
XYZ 36.18 40.82 72.3 -
YUV 164.92 157.95 95.25 -
System Red Green Blue C M Y K H S L
Decimal 119 178 218 0.45 0.18 0 0.15 204.24 0.57 0.66
Hex 77 B2 DA 2D 12 0 F CC 39 42
Octal 167 262 332 55 22 0 17 314 71 102
Binary 1110111 10110010 11011010 101101 10010 0 1111 11001100 111001 1000010

Color Harmonies of #77B2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B2DA

Black with #77B2DA

Text Example


Text Example

White with #77B2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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