Html Css Color HEX #A3CEF2 Sail

📋 copy color: '#A3CEF2'

red 163 ◦ green 206 ◦ blue 242

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

Shades of Sail #A3CEF2

Tints of Sail #A3CEF2

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.72%

 BLUE value IS 242 (94.92% from 255) = 39.61%

R = 26.68%
G = 33.72%
B = 39.61%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A3CEF2 (or 0xA3CEF2) is known color: Sail. HEX triplet: A3, CE and F2. RGB value is (163,206,242). Sum of RGB (Red+Green+Blue) = 163+206+242=611 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.68% from 611); Green value is 206 (80.86% from 255 or 33.72% from 611); Blue value is 242 (94.92% from 255 or 39.61% from 611); Max value from RGB is 242 - color contains mainly: blue. Hex color #A3CEF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3CEF2 is #5C310D. Grayscale: #C5C5C5. Windows color (decimal): -6041870 or 15912611. OLE color: 15912611.

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

Color convert

RGB 163 206 242 -
CMYK 0.33 0.15 0 0.05
HSL 207.34º 0.75% 0.79% -
HSV(B) 207.34º 0.33% 0.95% -
XYZ 53.2 58.34 92.46 -
YUV 197.25 153.25 103.57 -
System Red Green Blue C M Y K H S L
Decimal 163 206 242 0.33 0.15 0 0.05 207.34 0.75 0.79
Hex A3 CE F2 21 F 0 5 CF 4B 4F
Octal 243 316 362 41 17 0 5 317 113 117
Binary 10100011 11001110 11110010 100001 1111 0 101 11001111 1001011 1001111

Color Harmonies of #A3CEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3CEF2

Black with #A3CEF2

Text Example


Text Example

White with #A3CEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3CEF2; }

 p { color: rgb(163,206,242); }

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

background-color css

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

 a { background-color: rgb(163,206,242); }

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

border-color css

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

 span { border-color: rgb(163,206,242); }

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