Html Css Color HEX #76A1FB Cornflower Blue

📋 copy color: '#76A1FB'

red 118 ◦ green 161 ◦ blue 251

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

Shades of Cornflower Blue #76A1FB

Tints of Cornflower Blue #76A1FB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.38%

 BLUE value IS 251 (98.44% from 255) = 47.36%

R = 22.26%
G = 30.38%
B = 47.36%

CMYK

 C value IS 0.53

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#76A1FB (or 0x76A1FB) is known color: Cornflower Blue. HEX triplet: 76, A1 and FB. RGB value is (118,161,251). Sum of RGB (Red+Green+Blue) = 118+161+251=530 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.26% from 530); Green value is 161 (63.28% from 255 or 30.38% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #76A1FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76A1FB is #895E04. Grayscale: #9E9E9E. Windows color (decimal): -9002501 or 16490870. OLE color: 16490870.

HSL color Cylindrical-coordinate representation of color #76A1FB: hue angle of 220.6º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76A1FB is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 118 161 251 -
CMYK 0.53 0.36 0 0.02
HSL 220.6º 0.94% 0.72% -
HSV(B) 220.6º 0.53% 0.98% -
XYZ 37.63 36.31 96.29 -
YUV 158.4 180.25 99.18 -
System Red Green Blue C M Y K H S L
Decimal 118 161 251 0.53 0.36 0 0.02 220.6 0.94 0.72
Hex 76 A1 FB 35 24 0 2 DD 5E 48
Octal 166 241 373 65 44 0 2 335 136 110
Binary 1110110 10100001 11111011 110101 100100 0 10 11011101 1011110 1001000

Color Harmonies of #76A1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A1FB

Black with #76A1FB

Text Example


Text Example

White with #76A1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,161,251); }

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

background-color css

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

 a { background-color: rgb(118,161,251); }

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

border-color css

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

 span { border-color: rgb(118,161,251); }

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