Html Css Color HEX #55ABFD Cornflower Blue

📋 copy color: '#55ABFD'

red 85 ◦ green 171 ◦ blue 253

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

Shades of Cornflower Blue #55ABFD

Tints of Cornflower Blue #55ABFD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.6%

 BLUE value IS 253 (99.22% from 255) = 49.71%

R = 16.7%
G = 33.6%
B = 49.71%

CMYK

 C value IS 0.66

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#55ABFD (or 0x55ABFD) is known color: Cornflower Blue. HEX triplet: 55, AB and FD. RGB value is (85,171,253). Sum of RGB (Red+Green+Blue) = 85+171+253=509 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.70% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #55ABFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55ABFD is #AA5402. Grayscale: #9A9A9A. Windows color (decimal): -11162627 or 16624469. OLE color: 16624469.

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

Color convert

RGB 85 171 253 -
CMYK 0.66 0.32 0 0.01
HSL 209.29º 0.98% 0.66% -
HSV(B) 209.29º 0.66% 0.99% -
XYZ 36.04 38.15 98.39 -
YUV 154.63 183.51 78.33 -
System Red Green Blue C M Y K H S L
Decimal 85 171 253 0.66 0.32 0 0.01 209.29 0.98 0.66
Hex 55 AB FD 42 20 0 1 D1 62 42
Octal 125 253 375 102 40 0 1 321 142 102
Binary 1010101 10101011 11111101 1000010 100000 0 1 11010001 1100010 1000010

Color Harmonies of #55ABFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55ABFD

Black with #55ABFD

Text Example


Text Example

White with #55ABFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,171,253); }

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

background-color css

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

 a { background-color: rgb(85,171,253); }

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

border-color css

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

 span { border-color: rgb(85,171,253); }

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