Html Css Color HEX #56ABFF Cornflower Blue

📋 copy color: '#56ABFF'

red 86 ◦ green 171 ◦ blue 255

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

Shades of Cornflower Blue #56ABFF

Tints of Cornflower Blue #56ABFF

RGB

 RED value IS 86 (33.98% from 255) = 16.8%

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

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

R = 16.8%
G = 33.4%
B = 49.8%

CMYK

 C value IS 0.66

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#56ABFF (or 0x56ABFF) is known color: Cornflower Blue. HEX triplet: 56, AB and FF. RGB value is (86,171,255). Sum of RGB (Red+Green+Blue) = 86+171+255=512 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.80% from 512); Green value is 171 (67.19% from 255 or 33.40% 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 #56ABFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56ABFF is #A95400. Grayscale: #9A9A9A. Windows color (decimal): -11097089 or 16755542. OLE color: 16755542.

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

Color convert

RGB 86 171 255 -
CMYK 0.66 0.33 0 0
HSL 209.82º 1% 0.67% -
HSV(B) 209.82º 0.66% 1% -
XYZ 36.45 38.32 100.08 -
YUV 155.16 184.34 78.67 -
System Red Green Blue C M Y K H S L
Decimal 86 171 255 0.66 0.33 0 0 209.82 1 0.67
Hex 56 AB FF 42 21 0 0 D2 64 43
Octal 126 253 377 102 41 0 0 322 144 103
Binary 1010110 10101011 11111111 1000010 100001 0 0 11010010 1100100 1000011

Color Harmonies of #56ABFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56ABFF

Black with #56ABFF

Text Example


Text Example

White with #56ABFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56ABFF; }

 p { color: rgb(86,171,255); }

 H1.HeaderClassName
 {
   color: #56ABFF;
 }
 .AnyTagClassName
 {
   color: #56ABFF;
 }
</style>

background-color css

<style>
 a { background-color: #56ABFF; }

 a { background-color: rgb(86,171,255); }

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

border-color css

<style>
 span { border-color: #56ABFF; }

 span { border-color: rgb(86,171,255); }

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