Html Css Color HEX #769ED3 Jordy Blue

📋 copy color: '#769ED3'

red 118 ◦ green 158 ◦ blue 211

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

Shades of Jordy Blue #769ED3

Tints of Jordy Blue #769ED3

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.44%

 BLUE value IS 211 (82.81% from 255) = 43.33%

R = 24.23%
G = 32.44%
B = 43.33%

CMYK

 C value IS 0.44

 M value IS 0.25

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#769ED3 (or 0x769ED3) is known color: Jordy Blue. HEX triplet: 76, 9E and D3. RGB value is (118,158,211). Sum of RGB (Red+Green+Blue) = 118+158+211=487 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.23% from 487); Green value is 158 (62.11% from 255 or 32.44% from 487); Blue value is 211 (82.81% from 255 or 43.33% from 487); Max value from RGB is 211 - color contains mainly: blue. Hex color #769ED3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769ED3 is #89612C. Grayscale: #979797. Windows color (decimal): -9003309 or 13868662. OLE color: 13868662.

HSL color Cylindrical-coordinate representation of color #769ED3: hue angle of 214.19º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #769ED3 is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 118 158 211 -
CMYK 0.44 0.25 0 0.17
HSL 214.19º 0.51% 0.65% -
HSV(B) 214.19º 0.44% 0.83% -
XYZ 31.46 33.01 66.34 -
YUV 152.08 161.25 103.69 -
System Red Green Blue C M Y K H S L
Decimal 118 158 211 0.44 0.25 0 0.17 214.19 0.51 0.65
Hex 76 9E D3 2C 19 0 11 D6 33 41
Octal 166 236 323 54 31 0 21 326 63 101
Binary 1110110 10011110 11010011 101100 11001 0 10001 11010110 110011 1000001

Color Harmonies of #769ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769ED3

Black with #769ED3

Text Example


Text Example

White with #769ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,158,211); }

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

background-color css

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

 a { background-color: rgb(118,158,211); }

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

border-color css

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

 span { border-color: rgb(118,158,211); }

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