Html Css Color HEX #ADCCE4 Sail

📋 copy color: '#ADCCE4'

red 173 ◦ green 204 ◦ blue 228

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

Shades of Sail #ADCCE4

Tints of Sail #ADCCE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 37.69%

R = 28.6%
G = 33.72%
B = 37.69%

CMYK

 C value IS 0.24

 M value IS 0.11

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#ADCCE4 (or 0xADCCE4) is known color: Sail. HEX triplet: AD, CC and E4. RGB value is (173,204,228). Sum of RGB (Red+Green+Blue) = 173+204+228=605 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.60% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 228 (89.45% from 255 or 37.69% from 605); Max value from RGB is 228 - color contains mainly: blue. Hex color #ADCCE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCCE4 is #52331B. Grayscale: #C5C5C5. Windows color (decimal): -5387036 or 14994605. OLE color: 14994605.

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

Color convert

RGB 173 204 228 -
CMYK 0.24 0.11 0 0.11
HSL 206.18º 0.5% 0.79% -
HSV(B) 206.18º 0.24% 0.89% -
XYZ 52.83 57.67 81.75 -
YUV 197.47 145.23 110.55 -
System Red Green Blue C M Y K H S L
Decimal 173 204 228 0.24 0.11 0 0.11 206.18 0.5 0.79
Hex AD CC E4 18 B 0 B CE 32 4F
Octal 255 314 344 30 13 0 13 316 62 117
Binary 10101101 11001100 11100100 11000 1011 0 1011 11001110 110010 1001111

Color Harmonies of #ADCCE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCCE4

Black with #ADCCE4

Text Example


Text Example

White with #ADCCE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCCE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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