Html Css Color HEX #55ACFE Cornflower Blue

📋 copy color: '#55ACFE'

red 85 ◦ green 172 ◦ blue 254

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

Shades of Cornflower Blue #55ACFE

Tints of Cornflower Blue #55ACFE

RGB

 RED value IS 85 (33.59% from 255) = 16.63%

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

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

R = 16.63%
G = 33.66%
B = 49.71%

CMYK

 C value IS 0.67

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#55ACFE (or 0x55ACFE) is known color: Cornflower Blue. HEX triplet: 55, AC and FE. RGB value is (85,172,254). Sum of RGB (Red+Green+Blue) = 85+172+254=511 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.63% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #55ACFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55ACFE is #AA5301. Grayscale: #9A9A9A. Windows color (decimal): -11162370 or 16690261. OLE color: 16690261.

HSL color Cylindrical-coordinate representation of color #55ACFE: hue angle of 209.11º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55ACFE is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 85 172 254 -
CMYK 0.67 0.32 0 0.00
HSL 209.11º 0.99% 0.66% -
HSV(B) 209.11º 0.67% 1% -
XYZ 36.39 38.59 99.3 -
YUV 155.34 183.68 77.83 -
System Red Green Blue C M Y K H S L
Decimal 85 172 254 0.67 0.32 0 0.00 209.11 0.99 0.66
Hex 55 AC FE 43 20 0 0 D1 63 42
Octal 125 254 376 103 40 0 0 321 143 102
Binary 1010101 10101100 11111110 1000011 100000 0 0 11010001 1100011 1000010

Color Harmonies of #55ACFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55ACFE

Black with #55ACFE

Text Example


Text Example

White with #55ACFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55ACFE; }

 p { color: rgb(85,172,254); }

 H1.HeaderClassName
 {
   color: #55ACFE;
 }
 .AnyTagClassName
 {
   color: #55ACFE;
 }
</style>

background-color css

<style>
 a { background-color: #55ACFE; }

 a { background-color: rgb(85,172,254); }

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

border-color css

<style>
 span { border-color: #55ACFE; }

 span { border-color: rgb(85,172,254); }

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