Html Css Color HEX #ADCCE3 Sail

📋 copy color: '#ADCCE3'

red 173 ◦ green 204 ◦ blue 227

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

Shades of Sail #ADCCE3

Tints of Sail #ADCCE3

RGB

 RED value IS 173 (67.97% from 255) = 28.64%

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

 BLUE value IS 227 (89.06% from 255) = 37.58%

R = 28.64%
G = 33.77%
B = 37.58%

CMYK

 C value IS 0.24

 M value IS 0.10

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#ADCCE3 (or 0xADCCE3) is known color: Sail. HEX triplet: AD, CC and E3. RGB value is (173,204,227). Sum of RGB (Red+Green+Blue) = 173+204+227=604 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.64% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 227 (89.06% from 255 or 37.58% from 604); Max value from RGB is 227 - color contains mainly: blue. Hex color #ADCCE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCCE3 is #52331C. Grayscale: #C5C5C5. Windows color (decimal): -5387037 or 14929069. OLE color: 14929069.

HSL color Cylindrical-coordinate representation of color #ADCCE3: hue angle of 205.56º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADCCE3 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 173 204 227 -
CMYK 0.24 0.10 0 0.11
HSL 205.56º 0.49% 0.78% -
HSV(B) 205.56º 0.24% 0.89% -
XYZ 52.69 57.62 81.02 -
YUV 197.35 144.73 110.63 -
System Red Green Blue C M Y K H S L
Decimal 173 204 227 0.24 0.10 0 0.11 205.56 0.49 0.78
Hex AD CC E3 18 A 0 B CE 31 4E
Octal 255 314 343 30 12 0 13 316 61 116
Binary 10101101 11001100 11100011 11000 1010 0 1011 11001110 110001 1001110

Color Harmonies of #ADCCE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCCE3

Black with #ADCCE3

Text Example


Text Example

White with #ADCCE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCCE3; }

 p { color: rgb(173,204,227); }

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

background-color css

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

 a { background-color: rgb(173,204,227); }

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

border-color css

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

 span { border-color: rgb(173,204,227); }

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