Html Css Color HEX #769DD0 Jordy Blue

📋 copy color: '#769DD0'

red 118 ◦ green 157 ◦ blue 208

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

Shades of Jordy Blue #769DD0

Tints of Jordy Blue #769DD0

RGB

 RED value IS 118 (46.48% from 255) = 24.43%

 GREEN value IS 157 (61.72% from 255) = 32.51%

 BLUE value IS 208 (81.64% from 255) = 43.06%

R = 24.43%
G = 32.51%
B = 43.06%

CMYK

 C value IS 0.43

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#769DD0 (or 0x769DD0) is known color: Jordy Blue. HEX triplet: 76, 9D and D0. RGB value is (118,157,208). Sum of RGB (Red+Green+Blue) = 118+157+208=483 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.43% from 483); Green value is 157 (61.72% from 255 or 32.51% from 483); Blue value is 208 (81.64% from 255 or 43.06% from 483); Max value from RGB is 208 - color contains mainly: blue. Hex color #769DD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769DD0 is #89622F. Grayscale: #969696. Windows color (decimal): -9003568 or 13671798. OLE color: 13671798.

HSL color Cylindrical-coordinate representation of color #769DD0: hue angle of 214º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #769DD0 is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 118 157 208 -
CMYK 0.43 0.25 0 0.18
HSL 214º 0.49% 0.64% -
HSV(B) 214º 0.43% 0.82% -
XYZ 30.91 32.52 64.32 -
YUV 151.15 160.08 104.35 -
System Red Green Blue C M Y K H S L
Decimal 118 157 208 0.43 0.25 0 0.18 214 0.49 0.64
Hex 76 9D D0 2B 19 0 12 D6 31 40
Octal 166 235 320 53 31 0 22 326 61 100
Binary 1110110 10011101 11010000 101011 11001 0 10010 11010110 110001 1000000

Color Harmonies of #769DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769DD0

Black with #769DD0

Text Example


Text Example

White with #769DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769DD0; }

 p { color: rgb(118,157,208); }

 H1.HeaderClassName
 {
   color: #769DD0;
 }
 .AnyTagClassName
 {
   color: #769DD0;
 }
</style>

background-color css

<style>
 a { background-color: #769DD0; }

 a { background-color: rgb(118,157,208); }

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

border-color css

<style>
 span { border-color: #769DD0; }

 span { border-color: rgb(118,157,208); }

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