Html Css Color HEX #7699EC Cornflower Blue

📋 copy color: '#7699EC'

red 118 ◦ green 153 ◦ blue 236

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

Shades of Cornflower Blue #7699EC

Tints of Cornflower Blue #7699EC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.18%

 BLUE value IS 236 (92.58% from 255) = 46.55%

R = 23.27%
G = 30.18%
B = 46.55%

CMYK

 C value IS 0.5

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7699EC (or 0x7699EC) is known color: Cornflower Blue. HEX triplet: 76, 99 and EC. RGB value is (118,153,236). Sum of RGB (Red+Green+Blue) = 118+153+236=507 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.27% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #7699EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7699EC is #896613. Grayscale: #979797. Windows color (decimal): -9004564 or 15505782. OLE color: 15505782.

HSL color Cylindrical-coordinate representation of color #7699EC: hue angle of 222.2º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7699EC is Cyan = 0.5, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 153 236 -
CMYK 0.5 0.35 0 0.07
HSL 222.2º 0.76% 0.69% -
HSV(B) 222.2º 0.5% 0.93% -
XYZ 34 32.69 83.87 -
YUV 152 175.4 103.75 -
System Red Green Blue C M Y K H S L
Decimal 118 153 236 0.5 0.35 0 0.07 222.2 0.76 0.69
Hex 76 99 EC 32 23 0 7 DE 4C 45
Octal 166 231 354 62 43 0 7 336 114 105
Binary 1110110 10011001 11101100 110010 100011 0 111 11011110 1001100 1000101

Color Harmonies of #7699EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7699EC

Black with #7699EC

Text Example


Text Example

White with #7699EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7699EC; }

 p { color: rgb(118,153,236); }

 H1.HeaderClassName
 {
   color: #7699EC;
 }
 .AnyTagClassName
 {
   color: #7699EC;
 }
</style>

background-color css

<style>
 a { background-color: #7699EC; }

 a { background-color: rgb(118,153,236); }

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

border-color css

<style>
 span { border-color: #7699EC; }

 span { border-color: rgb(118,153,236); }

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