Html Css Color HEX #A3D4F1 Sail

📋 copy color: '#A3D4F1'

red 163 ◦ green 212 ◦ blue 241

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

Shades of Sail #A3D4F1

Tints of Sail #A3D4F1

RGB

 RED value IS 163 (64.06% from 255) = 26.46%

 GREEN value IS 212 (83.2% from 255) = 34.42%

 BLUE value IS 241 (94.53% from 255) = 39.12%

R = 26.46%
G = 34.42%
B = 39.12%

CMYK

 C value IS 0.32

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A3D4F1 (or 0xA3D4F1) is known color: Sail. HEX triplet: A3, D4 and F1. RGB value is (163,212,241). Sum of RGB (Red+Green+Blue) = 163+212+241=616 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.46% from 616); Green value is 212 (83.20% from 255 or 34.42% from 616); Blue value is 241 (94.53% from 255 or 39.12% from 616); Max value from RGB is 241 - color contains mainly: blue. Hex color #A3D4F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3D4F1 is #5C2B0E. Grayscale: #C8C8C8. Windows color (decimal): -6040335 or 15848611. OLE color: 15848611.

HSL color Cylindrical-coordinate representation of color #A3D4F1: hue angle of 202.31º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3D4F1 is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 163 212 241 -
CMYK 0.32 0.12 0 0.05
HSL 202.31º 0.74% 0.79% -
HSV(B) 202.31º 0.32% 0.95% -
XYZ 54.52 61.22 92.16 -
YUV 200.66 150.77 101.14 -
System Red Green Blue C M Y K H S L
Decimal 163 212 241 0.32 0.12 0 0.05 202.31 0.74 0.79
Hex A3 D4 F1 20 C 0 5 CA 4A 4F
Octal 243 324 361 40 14 0 5 312 112 117
Binary 10100011 11010100 11110001 100000 1100 0 101 11001010 1001010 1001111

Color Harmonies of #A3D4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3D4F1

Black with #A3D4F1

Text Example


Text Example

White with #A3D4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3D4F1; }

 p { color: rgb(163,212,241); }

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

background-color css

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

 a { background-color: rgb(163,212,241); }

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

border-color css

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

 span { border-color: rgb(163,212,241); }

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