Html Css Color HEX #AFCDE2 Sail

📋 copy color: '#AFCDE2'

red 175 ◦ green 205 ◦ blue 226

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

Shades of Sail #AFCDE2

Tints of Sail #AFCDE2

RGB

 RED value IS 175 (68.75% from 255) = 28.88%

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

 BLUE value IS 226 (88.67% from 255) = 37.29%

R = 28.88%
G = 33.83%
B = 37.29%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AFCDE2 (or 0xAFCDE2) is known color: Sail. HEX triplet: AF, CD and E2. RGB value is (175,205,226). Sum of RGB (Red+Green+Blue) = 175+205+226=606 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.88% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 226 (88.67% from 255 or 37.29% from 606); Max value from RGB is 226 - color contains mainly: blue. Hex color #AFCDE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCDE2 is #50321D. Grayscale: #C6C6C6. Windows color (decimal): -5255710 or 14863791. OLE color: 14863791.

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

Color convert

RGB 175 205 226 -
CMYK 0.23 0.09 0 0.11
HSL 204.71º 0.47% 0.79% -
HSV(B) 204.71º 0.23% 0.89% -
XYZ 53.24 58.27 80.39 -
YUV 198.42 143.56 111.29 -
System Red Green Blue C M Y K H S L
Decimal 175 205 226 0.23 0.09 0 0.11 204.71 0.47 0.79
Hex AF CD E2 17 9 0 B CD 2F 4F
Octal 257 315 342 27 11 0 13 315 57 117
Binary 10101111 11001101 11100010 10111 1001 0 1011 11001101 101111 1001111

Color Harmonies of #AFCDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCDE2

Black with #AFCDE2

Text Example


Text Example

White with #AFCDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCDE2; }

 p { color: rgb(175,205,226); }

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

background-color css

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

 a { background-color: rgb(175,205,226); }

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

border-color css

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

 span { border-color: rgb(175,205,226); }

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