Html Css Color HEX #77B2DB Jordy Blue

📋 copy color: '#77B2DB'

red 119 ◦ green 178 ◦ blue 219

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

Shades of Jordy Blue #77B2DB

Tints of Jordy Blue #77B2DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.44%

R = 23.06%
G = 34.5%
B = 42.44%

CMYK

 C value IS 0.46

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#77B2DB (or 0x77B2DB) is known color: Jordy Blue. HEX triplet: 77, B2 and DB. RGB value is (119,178,219). Sum of RGB (Red+Green+Blue) = 119+178+219=516 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.06% from 516); Green value is 178 (69.92% from 255 or 34.50% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #77B2DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77B2DB is #884D24. Grayscale: #A4A4A4. Windows color (decimal): -8932645 or 14398071. OLE color: 14398071.

HSL color Cylindrical-coordinate representation of color #77B2DB: hue angle of 204.6º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77B2DB is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 178 219 -
CMYK 0.46 0.19 0 0.14
HSL 204.6º 0.58% 0.66% -
HSV(B) 204.6º 0.46% 0.86% -
XYZ 36.31 40.88 72.99 -
YUV 165.03 158.45 95.17 -
System Red Green Blue C M Y K H S L
Decimal 119 178 219 0.46 0.19 0 0.14 204.6 0.58 0.66
Hex 77 B2 DB 2E 13 0 E CD 3A 42
Octal 167 262 333 56 23 0 16 315 72 102
Binary 1110111 10110010 11011011 101110 10011 0 1110 11001101 111010 1000010

Color Harmonies of #77B2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B2DB

Black with #77B2DB

Text Example


Text Example

White with #77B2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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