Html Css Color HEX #A4CDEB Sail

📋 copy color: '#A4CDEB'

red 164 ◦ green 205 ◦ blue 235

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

Shades of Sail #A4CDEB

Tints of Sail #A4CDEB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.94%

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

R = 27.15%
G = 33.94%
B = 38.91%

CMYK

 C value IS 0.30

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A4CDEB (or 0xA4CDEB) is known color: Sail. HEX triplet: A4, CD and EB. RGB value is (164,205,235). Sum of RGB (Red+Green+Blue) = 164+205+235=604 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.15% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 235 (92.19% from 255 or 38.91% from 604); Max value from RGB is 235 - color contains mainly: blue. Hex color #A4CDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CDEB is #5B3214. Grayscale: #C3C3C3. Windows color (decimal): -5976597 or 15453604. OLE color: 15453604.

HSL color Cylindrical-coordinate representation of color #A4CDEB: hue angle of 205.35º 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 #A4CDEB is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 164 205 235 -
CMYK 0.30 0.13 0 0.08
HSL 205.35º 0.64% 0.78% -
HSV(B) 205.35º 0.3% 0.92% -
XYZ 52.14 57.55 86.96 -
YUV 196.16 149.92 105.06 -
System Red Green Blue C M Y K H S L
Decimal 164 205 235 0.30 0.13 0 0.08 205.35 0.64 0.78
Hex A4 CD EB 1E D 0 8 CD 40 4E
Octal 244 315 353 36 15 0 10 315 100 116
Binary 10100100 11001101 11101011 11110 1101 0 1000 11001101 1000000 1001110

Color Harmonies of #A4CDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CDEB

Black with #A4CDEB

Text Example


Text Example

White with #A4CDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CDEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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