Html Css Color HEX #A3CEEC Sail

📋 copy color: '#A3CEEC'

red 163 ◦ green 206 ◦ blue 236

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

Shades of Sail #A3CEEC

Tints of Sail #A3CEEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.01%

R = 26.94%
G = 34.05%
B = 39.01%

CMYK

 C value IS 0.31

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A3CEEC (or 0xA3CEEC) is known color: Sail. HEX triplet: A3, CE and EC. RGB value is (163,206,236). Sum of RGB (Red+Green+Blue) = 163+206+236=605 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.94% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 236 - color contains mainly: blue. Hex color #A3CEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3CEEC is #5C3113. Grayscale: #C4C4C4. Windows color (decimal): -6041876 or 15519395. OLE color: 15519395.

HSL color Cylindrical-coordinate representation of color #A3CEEC: hue angle of 204.66º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3CEEC is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 206 236 -
CMYK 0.31 0.13 0 0.07
HSL 204.66º 0.66% 0.78% -
HSV(B) 204.66º 0.31% 0.93% -
XYZ 52.32 57.99 87.79 -
YUV 196.56 150.25 104.06 -
System Red Green Blue C M Y K H S L
Decimal 163 206 236 0.31 0.13 0 0.07 204.66 0.66 0.78
Hex A3 CE EC 1F D 0 7 CD 42 4E
Octal 243 316 354 37 15 0 7 315 102 116
Binary 10100011 11001110 11101100 11111 1101 0 111 11001101 1000010 1001110

Color Harmonies of #A3CEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3CEEC

Black with #A3CEEC

Text Example


Text Example

White with #A3CEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3CEEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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