Html Css Color HEX #55A6FD Cornflower Blue

📋 copy color: '#55A6FD'

red 85 ◦ green 166 ◦ blue 253

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

Shades of Cornflower Blue #55A6FD

Tints of Cornflower Blue #55A6FD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.94%

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

R = 16.87%
G = 32.94%
B = 50.2%

CMYK

 C value IS 0.66

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#55A6FD (or 0x55A6FD) is known color: Cornflower Blue. HEX triplet: 55, A6 and FD. RGB value is (85,166,253). Sum of RGB (Red+Green+Blue) = 85+166+253=504 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.87% from 504); Green value is 166 (65.23% from 255 or 32.94% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #55A6FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55A6FD is #AA5902. Grayscale: #979797. Windows color (decimal): -11163907 or 16623189. OLE color: 16623189.

HSL color Cylindrical-coordinate representation of color #55A6FD: hue angle of 211.07º 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 #55A6FD is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 85 166 253 -
CMYK 0.66 0.34 0 0.01
HSL 211.07º 0.98% 0.66% -
HSV(B) 211.07º 0.66% 0.99% -
XYZ 35.11 36.3 98.08 -
YUV 151.7 185.16 80.43 -
System Red Green Blue C M Y K H S L
Decimal 85 166 253 0.66 0.34 0 0.01 211.07 0.98 0.66
Hex 55 A6 FD 42 22 0 1 D3 62 42
Octal 125 246 375 102 42 0 1 323 142 102
Binary 1010101 10100110 11111101 1000010 100010 0 1 11010011 1100010 1000010

Color Harmonies of #55A6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A6FD

Black with #55A6FD

Text Example


Text Example

White with #55A6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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