Html Css Color HEX #7699E8 Cornflower Blue

📋 copy color: '#7699E8'

red 118 ◦ green 153 ◦ blue 232

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

Shades of Cornflower Blue #7699E8

Tints of Cornflower Blue #7699E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 46.12%

R = 23.46%
G = 30.42%
B = 46.12%

CMYK

 C value IS 0.49

 M value IS 0.34

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7699E8 (or 0x7699E8) is known color: Cornflower Blue. HEX triplet: 76, 99 and E8. RGB value is (118,153,232). Sum of RGB (Red+Green+Blue) = 118+153+232=503 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.46% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 232 (91.02% from 255 or 46.12% from 503); Max value from RGB is 232 - color contains mainly: blue. Hex color #7699E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7699E8 is #896617. Grayscale: #979797. Windows color (decimal): -9004568 or 15243638. OLE color: 15243638.

HSL color Cylindrical-coordinate representation of color #7699E8: hue angle of 221.58º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7699E8 is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 118 153 232 -
CMYK 0.49 0.34 0 0.09
HSL 221.58º 0.71% 0.69% -
HSV(B) 221.58º 0.49% 0.91% -
XYZ 33.43 32.46 80.85 -
YUV 151.54 173.4 104.08 -
System Red Green Blue C M Y K H S L
Decimal 118 153 232 0.49 0.34 0 0.09 221.58 0.71 0.69
Hex 76 99 E8 31 22 0 9 DE 47 45
Octal 166 231 350 61 42 0 11 336 107 105
Binary 1110110 10011001 11101000 110001 100010 0 1001 11011110 1000111 1000101

Color Harmonies of #7699E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7699E8

Black with #7699E8

Text Example


Text Example

White with #7699E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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