Html Css Color HEX #76A3FE Cornflower Blue

📋 copy color: '#76A3FE'

red 118 ◦ green 163 ◦ blue 254

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

Shades of Cornflower Blue #76A3FE

Tints of Cornflower Blue #76A3FE

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.47%

 BLUE value IS 254 (99.61% from 255) = 47.48%

R = 22.06%
G = 30.47%
B = 47.48%

CMYK

 C value IS 0.54

 M value IS 0.36

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#76A3FE (or 0x76A3FE) is known color: Cornflower Blue. HEX triplet: 76, A3 and FE. RGB value is (118,163,254). Sum of RGB (Red+Green+Blue) = 118+163+254=535 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.06% from 535); Green value is 163 (64.06% from 255 or 30.47% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #76A3FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76A3FE is #895C01. Grayscale: #9F9F9F. Windows color (decimal): -9001986 or 16687990. OLE color: 16687990.

HSL color Cylindrical-coordinate representation of color #76A3FE: hue angle of 220.15º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76A3FE is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 118 163 254 -
CMYK 0.54 0.36 0 0.00
HSL 220.15º 0.99% 0.73% -
HSV(B) 220.15º 0.54% 1% -
XYZ 38.46 37.2 98.92 -
YUV 159.92 181.09 98.1 -
System Red Green Blue C M Y K H S L
Decimal 118 163 254 0.54 0.36 0 0.00 220.15 0.99 0.73
Hex 76 A3 FE 36 24 0 0 DC 63 49
Octal 166 243 376 66 44 0 0 334 143 111
Binary 1110110 10100011 11111110 110110 100100 0 0 11011100 1100011 1001001

Color Harmonies of #76A3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A3FE

Black with #76A3FE

Text Example


Text Example

White with #76A3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76A3FE; }

 p { color: rgb(118,163,254); }

 H1.HeaderClassName
 {
   color: #76A3FE;
 }
 .AnyTagClassName
 {
   color: #76A3FE;
 }
</style>

background-color css

<style>
 a { background-color: #76A3FE; }

 a { background-color: rgb(118,163,254); }

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

border-color css

<style>
 span { border-color: #76A3FE; }

 span { border-color: rgb(118,163,254); }

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