Html Css Color HEX #A4CFEB Sail

📋 copy color: '#A4CFEB'

red 164 ◦ green 207 ◦ blue 235

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

Shades of Sail #A4CFEB

Tints of Sail #A4CFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.78%

R = 27.06%
G = 34.16%
B = 38.78%

CMYK

 C value IS 0.30

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A4CFEB (or 0xA4CFEB) is known color: Sail. HEX triplet: A4, CF and EB. RGB value is (164,207,235). Sum of RGB (Red+Green+Blue) = 164+207+235=606 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.06% from 606); Green value is 207 (81.25% from 255 or 34.16% from 606); Blue value is 235 (92.19% from 255 or 38.78% from 606); Max value from RGB is 235 - color contains mainly: blue. Hex color #A4CFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CFEB is #5B3014. Grayscale: #C5C5C5. Windows color (decimal): -5976085 or 15454116. OLE color: 15454116.

HSL color Cylindrical-coordinate representation of color #A4CFEB: hue angle of 203.66º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4CFEB is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 164 207 235 -
CMYK 0.30 0.12 0 0.08
HSL 203.66º 0.64% 0.78% -
HSV(B) 203.66º 0.3% 0.92% -
XYZ 52.62 58.52 87.12 -
YUV 197.34 149.25 104.22 -
System Red Green Blue C M Y K H S L
Decimal 164 207 235 0.30 0.12 0 0.08 203.66 0.64 0.78
Hex A4 CF EB 1E C 0 8 CC 40 4E
Octal 244 317 353 36 14 0 10 314 100 116
Binary 10100100 11001111 11101011 11110 1100 0 1000 11001100 1000000 1001110

Color Harmonies of #A4CFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CFEB

Black with #A4CFEB

Text Example


Text Example

White with #A4CFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CFEB; }

 p { color: rgb(164,207,235); }

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

background-color css

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

 a { background-color: rgb(164,207,235); }

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

border-color css

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

 span { border-color: rgb(164,207,235); }

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