Html Css Color HEX #77B2DD Jordy Blue

📋 copy color: '#77B2DD'

red 119 ◦ green 178 ◦ blue 221

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

Shades of Jordy Blue #77B2DD

Tints of Jordy Blue #77B2DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.66%

R = 22.97%
G = 34.36%
B = 42.66%

CMYK

 C value IS 0.46

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#77B2DD (or 0x77B2DD) is known color: Jordy Blue. HEX triplet: 77, B2 and DD. RGB value is (119,178,221). Sum of RGB (Red+Green+Blue) = 119+178+221=518 (68% of max value = 765). Red value is 119 (46.88% from 255 or 22.97% from 518); Green value is 178 (69.92% from 255 or 34.36% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #77B2DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77B2DD is #884D22. Grayscale: #A5A5A5. Windows color (decimal): -8932643 or 14529143. OLE color: 14529143.

HSL color Cylindrical-coordinate representation of color #77B2DD: hue angle of 205.29º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77B2DD is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 178 221 -
CMYK 0.46 0.19 0 0.13
HSL 205.29º 0.6% 0.67% -
HSV(B) 205.29º 0.46% 0.87% -
XYZ 36.58 40.98 74.39 -
YUV 165.26 159.45 95 -
System Red Green Blue C M Y K H S L
Decimal 119 178 221 0.46 0.19 0 0.13 205.29 0.6 0.67
Hex 77 B2 DD 2E 13 0 D CD 3C 43
Octal 167 262 335 56 23 0 15 315 74 103
Binary 1110111 10110010 11011101 101110 10011 0 1101 11001101 111100 1000011

Color Harmonies of #77B2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B2DD

Black with #77B2DD

Text Example


Text Example

White with #77B2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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