Html Css Color HEX #51AAF6 Cornflower Blue

📋 copy color: '#51AAF6'

red 81 ◦ green 170 ◦ blue 246

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

Shades of Cornflower Blue #51AAF6

Tints of Cornflower Blue #51AAF6

RGB

 RED value IS 81 (32.03% from 255) = 16.3%

 GREEN value IS 170 (66.8% from 255) = 34.21%

 BLUE value IS 246 (96.48% from 255) = 49.5%

R = 16.3%
G = 34.21%
B = 49.5%

CMYK

 C value IS 0.67

 M value IS 0.31

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#51AAF6 (or 0x51AAF6) is known color: Cornflower Blue. HEX triplet: 51, AA and F6. RGB value is (81,170,246). Sum of RGB (Red+Green+Blue) = 81+170+246=497 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.30% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 246 (96.48% from 255 or 49.50% from 497); Max value from RGB is 246 - color contains mainly: blue. Hex color #51AAF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51AAF6 is #AE5509. Grayscale: #979797. Windows color (decimal): -11425034 or 16165457. OLE color: 16165457.

HSL color Cylindrical-coordinate representation of color #51AAF6: hue angle of 207.64º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51AAF6 is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 81 170 246 -
CMYK 0.67 0.31 0 0.04
HSL 207.64º 0.9% 0.64% -
HSV(B) 207.64º 0.67% 0.96% -
XYZ 34.4 37.15 92.55 -
YUV 152.05 181.01 77.32 -
System Red Green Blue C M Y K H S L
Decimal 81 170 246 0.67 0.31 0 0.04 207.64 0.9 0.64
Hex 51 AA F6 43 1F 0 4 D0 5A 40
Octal 121 252 366 103 37 0 4 320 132 100
Binary 1010001 10101010 11110110 1000011 11111 0 100 11010000 1011010 1000000

Color Harmonies of #51AAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51AAF6

Black with #51AAF6

Text Example


Text Example

White with #51AAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51AAF6; }

 p { color: rgb(81,170,246); }

 H1.HeaderClassName
 {
   color: #51AAF6;
 }
 .AnyTagClassName
 {
   color: #51AAF6;
 }
</style>

background-color css

<style>
 a { background-color: #51AAF6; }

 a { background-color: rgb(81,170,246); }

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

border-color css

<style>
 span { border-color: #51AAF6; }

 span { border-color: rgb(81,170,246); }

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