Html Css Color HEX #A4CCEE Sail

📋 copy color: '#A4CCEE'

red 164 ◦ green 204 ◦ blue 238

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

Shades of Sail #A4CCEE

Tints of Sail #A4CCEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.27%

R = 27.06%
G = 33.66%
B = 39.27%

CMYK

 C value IS 0.31

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A4CCEE (or 0xA4CCEE) is known color: Sail. HEX triplet: A4, CC and EE. RGB value is (164,204,238). Sum of RGB (Red+Green+Blue) = 164+204+238=606 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.06% from 606); Green value is 204 (80.08% from 255 or 33.66% from 606); Blue value is 238 (93.36% from 255 or 39.27% from 606); Max value from RGB is 238 - color contains mainly: blue. Hex color #A4CCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CCEE is #5B3311. Grayscale: #C3C3C3. Windows color (decimal): -5976850 or 15649956. OLE color: 15649956.

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

Color convert

RGB 164 204 238 -
CMYK 0.31 0.14 0 0.07
HSL 207.57º 0.69% 0.79% -
HSV(B) 207.57º 0.31% 0.93% -
XYZ 52.34 57.25 89.18 -
YUV 195.92 151.75 105.24 -
System Red Green Blue C M Y K H S L
Decimal 164 204 238 0.31 0.14 0 0.07 207.57 0.69 0.79
Hex A4 CC EE 1F E 0 7 D0 45 4F
Octal 244 314 356 37 16 0 7 320 105 117
Binary 10100100 11001100 11101110 11111 1110 0 111 11010000 1000101 1001111

Color Harmonies of #A4CCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CCEE

Black with #A4CCEE

Text Example


Text Example

White with #A4CCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CCEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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