Html Css Color HEX #769ECE Jordy Blue

📋 copy color: '#769ECE'

red 118 ◦ green 158 ◦ blue 206

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

Shades of Jordy Blue #769ECE

Tints of Jordy Blue #769ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.74%

R = 24.48%
G = 32.78%
B = 42.74%

CMYK

 C value IS 0.43

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#769ECE (or 0x769ECE) is known color: Jordy Blue. HEX triplet: 76, 9E and CE. RGB value is (118,158,206). Sum of RGB (Red+Green+Blue) = 118+158+206=482 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.48% from 482); Green value is 158 (62.11% from 255 or 32.78% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #769ECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769ECE is #896131. Grayscale: #979797. Windows color (decimal): -9003314 or 13540982. OLE color: 13540982.

HSL color Cylindrical-coordinate representation of color #769ECE: hue angle of 212.73º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #769ECE is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 158 206 -
CMYK 0.43 0.23 0 0.19
HSL 212.73º 0.47% 0.64% -
HSV(B) 212.73º 0.43% 0.81% -
XYZ 30.84 32.76 63.09 -
YUV 151.51 158.75 104.1 -
System Red Green Blue C M Y K H S L
Decimal 118 158 206 0.43 0.23 0 0.19 212.73 0.47 0.64
Hex 76 9E CE 2B 17 0 13 D5 2F 40
Octal 166 236 316 53 27 0 23 325 57 100
Binary 1110110 10011110 11001110 101011 10111 0 10011 11010101 101111 1000000

Color Harmonies of #769ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769ECE

Black with #769ECE

Text Example


Text Example

White with #769ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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