Html Css Color HEX #769BDE Jordy Blue

📋 copy color: '#769BDE'

red 118 ◦ green 155 ◦ blue 222

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

Shades of Jordy Blue #769BDE

Tints of Jordy Blue #769BDE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.31%

 BLUE value IS 222 (87.11% from 255) = 44.85%

R = 23.84%
G = 31.31%
B = 44.85%

CMYK

 C value IS 0.47

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#769BDE (or 0x769BDE) is known color: Jordy Blue. HEX triplet: 76, 9B and DE. RGB value is (118,155,222). Sum of RGB (Red+Green+Blue) = 118+155+222=495 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.84% from 495); Green value is 155 (60.94% from 255 or 31.31% from 495); Blue value is 222 (87.11% from 255 or 44.85% from 495); Max value from RGB is 222 - color contains mainly: blue. Hex color #769BDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769BDE is #896421. Grayscale: #979797. Windows color (decimal): -9004066 or 14588790. OLE color: 14588790.

HSL color Cylindrical-coordinate representation of color #769BDE: hue angle of 218.65º degrees, saturation: 0.61, 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 #769BDE is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 155 222 -
CMYK 0.47 0.30 0 0.13
HSL 218.65º 0.61% 0.67% -
HSV(B) 218.65º 0.47% 0.87% -
XYZ 32.38 32.57 73.69 -
YUV 151.58 167.74 104.05 -
System Red Green Blue C M Y K H S L
Decimal 118 155 222 0.47 0.30 0 0.13 218.65 0.61 0.67
Hex 76 9B DE 2F 1E 0 D DB 3D 43
Octal 166 233 336 57 36 0 15 333 75 103
Binary 1110110 10011011 11011110 101111 11110 0 1101 11011011 111101 1000011

Color Harmonies of #769BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769BDE

Black with #769BDE

Text Example


Text Example

White with #769BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,155,222); }

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

background-color css

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

 a { background-color: rgb(118,155,222); }

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

border-color css

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

 span { border-color: rgb(118,155,222); }

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