Html Css Color HEX #A5CEEE Sail

📋 copy color: '#A5CEEE'

red 165 ◦ green 206 ◦ blue 238

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

Shades of Sail #A5CEEE

Tints of Sail #A5CEEE

RGB

 RED value IS 165 (64.84% from 255) = 27.09%

 GREEN value IS 206 (80.86% from 255) = 33.83%

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

R = 27.09%
G = 33.83%
B = 39.08%

CMYK

 C value IS 0.31

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A5CEEE (or 0xA5CEEE) is known color: Sail. HEX triplet: A5, CE and EE. RGB value is (165,206,238). Sum of RGB (Red+Green+Blue) = 165+206+238=609 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.09% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 238 (93.36% from 255 or 39.08% from 609); Max value from RGB is 238 - color contains mainly: blue. Hex color #A5CEEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5CEEE is #5A3111. Grayscale: #C5C5C5. Windows color (decimal): -5910802 or 15650469. OLE color: 15650469.

HSL color Cylindrical-coordinate representation of color #A5CEEE: hue angle of 206.3º degrees, saturation: 0.68, 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 #A5CEEE is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 206 238 -
CMYK 0.31 0.13 0 0.07
HSL 206.3º 0.68% 0.79% -
HSV(B) 206.3º 0.31% 0.93% -
XYZ 53.02 58.31 89.35 -
YUV 197.39 150.92 104.9 -
System Red Green Blue C M Y K H S L
Decimal 165 206 238 0.31 0.13 0 0.07 206.3 0.68 0.79
Hex A5 CE EE 1F D 0 7 CE 44 4F
Octal 245 316 356 37 15 0 7 316 104 117
Binary 10100101 11001110 11101110 11111 1101 0 111 11001110 1000100 1001111

Color Harmonies of #A5CEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CEEE

Black with #A5CEEE

Text Example


Text Example

White with #A5CEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CEEE; }

 p { color: rgb(165,206,238); }

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

background-color css

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

 a { background-color: rgb(165,206,238); }

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

border-color css

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

 span { border-color: rgb(165,206,238); }

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