Html Css Color HEX #50ACFC Cornflower Blue

📋 copy color: '#50ACFC'

red 80 ◦ green 172 ◦ blue 252

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

Shades of Cornflower Blue #50ACFC

Tints of Cornflower Blue #50ACFC

RGB

 RED value IS 80 (31.64% from 255) = 15.87%

 GREEN value IS 172 (67.58% from 255) = 34.13%

 BLUE value IS 252 (98.83% from 255) = 50%

R = 15.87%
G = 34.13%
B = 50%

CMYK

 C value IS 0.68

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#50ACFC (or 0x50ACFC) is known color: Cornflower Blue. HEX triplet: 50, AC and FC. RGB value is (80,172,252). Sum of RGB (Red+Green+Blue) = 80+172+252=504 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.87% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #50ACFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50ACFC is #AF5303. Grayscale: #999999. Windows color (decimal): -11490052 or 16559184. OLE color: 16559184.

HSL color Cylindrical-coordinate representation of color #50ACFC: hue angle of 207.91º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50ACFC is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 80 172 252 -
CMYK 0.68 0.32 0 0.01
HSL 207.91º 0.97% 0.65% -
HSV(B) 207.91º 0.68% 0.99% -
XYZ 35.63 38.24 97.6 -
YUV 153.61 183.52 75.5 -
System Red Green Blue C M Y K H S L
Decimal 80 172 252 0.68 0.32 0 0.01 207.91 0.97 0.65
Hex 50 AC FC 44 20 0 1 D0 61 41
Octal 120 254 374 104 40 0 1 320 141 101
Binary 1010000 10101100 11111100 1000100 100000 0 1 11010000 1100001 1000001

Color Harmonies of #50ACFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ACFC

Black with #50ACFC

Text Example


Text Example

White with #50ACFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50ACFC; }

 p { color: rgb(80,172,252); }

 H1.HeaderClassName
 {
   color: #50ACFC;
 }
 .AnyTagClassName
 {
   color: #50ACFC;
 }
</style>

background-color css

<style>
 a { background-color: #50ACFC; }

 a { background-color: rgb(80,172,252); }

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

border-color css

<style>
 span { border-color: #50ACFC; }

 span { border-color: rgb(80,172,252); }

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