Html Css Color HEX #55ACFF Cornflower Blue

📋 copy color: '#55ACFF'

red 85 ◦ green 172 ◦ blue 255

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

Shades of Cornflower Blue #55ACFF

Tints of Cornflower Blue #55ACFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.8%

R = 16.6%
G = 33.59%
B = 49.8%

CMYK

 C value IS 0.67

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#55ACFF (or 0x55ACFF) is known color: Cornflower Blue. HEX triplet: 55, AC and FF. RGB value is (85,172,255). Sum of RGB (Red+Green+Blue) = 85+172+255=512 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.60% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #55ACFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55ACFF is #AA5300. Grayscale: #9B9B9B. Windows color (decimal): -11162369 or 16755797. OLE color: 16755797.

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

Color convert

RGB 85 172 255 -
CMYK 0.67 0.33 0 0
HSL 209.29º 1% 0.67% -
HSV(B) 209.29º 0.67% 1% -
XYZ 36.55 38.66 100.14 -
YUV 155.45 184.18 77.75 -
System Red Green Blue C M Y K H S L
Decimal 85 172 255 0.67 0.33 0 0 209.29 1 0.67
Hex 55 AC FF 43 21 0 0 D1 64 43
Octal 125 254 377 103 41 0 0 321 144 103
Binary 1010101 10101100 11111111 1000011 100001 0 0 11010001 1100100 1000011

Color Harmonies of #55ACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55ACFF

Black with #55ACFF

Text Example


Text Example

White with #55ACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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