Html Css Color HEX #A4CCF1 Sail

📋 copy color: '#A4CCF1'

red 164 ◦ green 204 ◦ blue 241

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

Shades of Sail #A4CCF1

Tints of Sail #A4CCF1

RGB

 RED value IS 164 (64.45% from 255) = 26.93%

 GREEN value IS 204 (80.08% from 255) = 33.5%

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

R = 26.93%
G = 33.5%
B = 39.57%

CMYK

 C value IS 0.32

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A4CCF1 (or 0xA4CCF1) is known color: Sail. HEX triplet: A4, CC and F1. RGB value is (164,204,241). Sum of RGB (Red+Green+Blue) = 164+204+241=609 (80% of max value = 765). Red value is 164 (64.45% from 255 or 26.93% from 609); Green value is 204 (80.08% from 255 or 33.50% from 609); Blue value is 241 (94.53% from 255 or 39.57% from 609); Max value from RGB is 241 - color contains mainly: blue. Hex color #A4CCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CCF1 is #5B330E. Grayscale: #C4C4C4. Windows color (decimal): -5976847 or 15846564. OLE color: 15846564.

HSL color Cylindrical-coordinate representation of color #A4CCF1: hue angle of 208.83º degrees, saturation: 0.73, 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 #A4CCF1 is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 164 204 241 -
CMYK 0.32 0.15 0 0.05
HSL 208.83º 0.73% 0.79% -
HSV(B) 208.83º 0.32% 0.95% -
XYZ 52.78 57.43 91.52 -
YUV 196.26 153.25 104.99 -
System Red Green Blue C M Y K H S L
Decimal 164 204 241 0.32 0.15 0 0.05 208.83 0.73 0.79
Hex A4 CC F1 20 F 0 5 D1 49 4F
Octal 244 314 361 40 17 0 5 321 111 117
Binary 10100100 11001100 11110001 100000 1111 0 101 11010001 1001001 1001111

Color Harmonies of #A4CCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CCF1

Black with #A4CCF1

Text Example


Text Example

White with #A4CCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CCF1; }

 p { color: rgb(164,204,241); }

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

background-color css

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

 a { background-color: rgb(164,204,241); }

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

border-color css

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

 span { border-color: rgb(164,204,241); }

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