Html Css Color HEX #77B2DF Jordy Blue

📋 copy color: '#77B2DF'

red 119 ◦ green 178 ◦ blue 223

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

Shades of Jordy Blue #77B2DF

Tints of Jordy Blue #77B2DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.88%

R = 22.88%
G = 34.23%
B = 42.88%

CMYK

 C value IS 0.47

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#77B2DF (or 0x77B2DF) is known color: Jordy Blue. HEX triplet: 77, B2 and DF. RGB value is (119,178,223). Sum of RGB (Red+Green+Blue) = 119+178+223=520 (68% of max value = 765). Red value is 119 (46.88% from 255 or 22.88% from 520); Green value is 178 (69.92% from 255 or 34.23% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #77B2DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77B2DF is #884D20. Grayscale: #A5A5A5. Windows color (decimal): -8932641 or 14660215. OLE color: 14660215.

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

Color convert

RGB 119 178 223 -
CMYK 0.47 0.20 0 0.13
HSL 205.96º 0.62% 0.67% -
HSV(B) 205.96º 0.47% 0.87% -
XYZ 36.85 41.09 75.8 -
YUV 165.49 160.45 94.84 -
System Red Green Blue C M Y K H S L
Decimal 119 178 223 0.47 0.20 0 0.13 205.96 0.62 0.67
Hex 77 B2 DF 2F 14 0 D CE 3E 43
Octal 167 262 337 57 24 0 15 316 76 103
Binary 1110111 10110010 11011111 101111 10100 0 1101 11001110 111110 1000011

Color Harmonies of #77B2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B2DF

Black with #77B2DF

Text Example


Text Example

White with #77B2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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