Html Css Color HEX #A4CDEF Sail

📋 copy color: '#A4CDEF'

red 164 ◦ green 205 ◦ blue 239

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

Shades of Sail #A4CDEF

Tints of Sail #A4CDEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.31%

R = 26.97%
G = 33.72%
B = 39.31%

CMYK

 C value IS 0.31

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A4CDEF (or 0xA4CDEF) is known color: Sail. HEX triplet: A4, CD and EF. RGB value is (164,205,239). Sum of RGB (Red+Green+Blue) = 164+205+239=608 (80% of max value = 765). Red value is 164 (64.45% from 255 or 26.97% from 608); Green value is 205 (80.47% from 255 or 33.72% from 608); Blue value is 239 (93.75% from 255 or 39.31% from 608); Max value from RGB is 239 - color contains mainly: blue. Hex color #A4CDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CDEF is #5B3210. Grayscale: #C4C4C4. Windows color (decimal): -5976593 or 15715748. OLE color: 15715748.

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

Color convert

RGB 164 205 239 -
CMYK 0.31 0.14 0 0.06
HSL 207.2º 0.7% 0.79% -
HSV(B) 207.2º 0.31% 0.94% -
XYZ 52.72 57.79 90.04 -
YUV 196.62 151.92 104.74 -
System Red Green Blue C M Y K H S L
Decimal 164 205 239 0.31 0.14 0 0.06 207.2 0.7 0.79
Hex A4 CD EF 1F E 0 6 CF 46 4F
Octal 244 315 357 37 16 0 6 317 106 117
Binary 10100100 11001101 11101111 11111 1110 0 110 11001111 1000110 1001111

Color Harmonies of #A4CDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CDEF

Black with #A4CDEF

Text Example


Text Example

White with #A4CDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CDEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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