Html Css Color HEX #769CD8 Jordy Blue

📋 copy color: '#769CD8'

red 118 ◦ green 156 ◦ blue 216

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

Shades of Jordy Blue #769CD8

Tints of Jordy Blue #769CD8

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.84%

 BLUE value IS 216 (84.77% from 255) = 44.08%

R = 24.08%
G = 31.84%
B = 44.08%

CMYK

 C value IS 0.45

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#769CD8 (or 0x769CD8) is known color: Jordy Blue. HEX triplet: 76, 9C and D8. RGB value is (118,156,216). Sum of RGB (Red+Green+Blue) = 118+156+216=490 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.08% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 216 (84.77% from 255 or 44.08% from 490); Max value from RGB is 216 - color contains mainly: blue. Hex color #769CD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769CD8 is #896327. Grayscale: #979797. Windows color (decimal): -9003816 or 14195830. OLE color: 14195830.

HSL color Cylindrical-coordinate representation of color #769CD8: hue angle of 216.73º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #769CD8 is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 156 216 -
CMYK 0.45 0.28 0 0.15
HSL 216.73º 0.56% 0.65% -
HSV(B) 216.73º 0.45% 0.85% -
XYZ 31.75 32.59 69.58 -
YUV 151.48 164.41 104.12 -
System Red Green Blue C M Y K H S L
Decimal 118 156 216 0.45 0.28 0 0.15 216.73 0.56 0.65
Hex 76 9C D8 2D 1C 0 F D9 38 41
Octal 166 234 330 55 34 0 17 331 70 101
Binary 1110110 10011100 11011000 101101 11100 0 1111 11011001 111000 1000001

Color Harmonies of #769CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769CD8

Black with #769CD8

Text Example


Text Example

White with #769CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,156,216); }

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

background-color css

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

 a { background-color: rgb(118,156,216); }

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

border-color css

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

 span { border-color: rgb(118,156,216); }

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