Html Css Color HEX #A3CFE8 Sail

📋 copy color: '#A3CFE8'

red 163 ◦ green 207 ◦ blue 232

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

Shades of Sail #A3CFE8

Tints of Sail #A3CFE8

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.39%

 BLUE value IS 232 (91.02% from 255) = 38.54%

R = 27.08%
G = 34.39%
B = 38.54%

CMYK

 C value IS 0.30

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A3CFE8 (or 0xA3CFE8) is known color: Sail. HEX triplet: A3, CF and E8. RGB value is (163,207,232). Sum of RGB (Red+Green+Blue) = 163+207+232=602 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.08% from 602); Green value is 207 (81.25% from 255 or 34.39% from 602); Blue value is 232 (91.02% from 255 or 38.54% from 602); Max value from RGB is 232 - color contains mainly: blue. Hex color #A3CFE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3CFE8 is #5C3017. Grayscale: #C4C4C4. Windows color (decimal): -6041624 or 15257507. OLE color: 15257507.

HSL color Cylindrical-coordinate representation of color #A3CFE8: hue angle of 201.74º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3CFE8 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 163 207 232 -
CMYK 0.30 0.11 0 0.09
HSL 201.74º 0.6% 0.77% -
HSV(B) 201.74º 0.3% 0.91% -
XYZ 51.98 58.24 84.85 -
YUV 196.69 147.92 103.97 -
System Red Green Blue C M Y K H S L
Decimal 163 207 232 0.30 0.11 0 0.09 201.74 0.6 0.77
Hex A3 CF E8 1E B 0 9 CA 3C 4D
Octal 243 317 350 36 13 0 11 312 74 115
Binary 10100011 11001111 11101000 11110 1011 0 1001 11001010 111100 1001101

Color Harmonies of #A3CFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3CFE8

Black with #A3CFE8

Text Example


Text Example

White with #A3CFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3CFE8; }

 p { color: rgb(163,207,232); }

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

background-color css

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

 a { background-color: rgb(163,207,232); }

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

border-color css

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

 span { border-color: rgb(163,207,232); }

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