Html Css Color HEX #AFDFCE Cruise

📋 copy color: '#AFDFCE'

red 175 ◦ green 223 ◦ blue 206

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

Shades of Cruise #AFDFCE

Tints of Cruise #AFDFCE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.92%

 BLUE value IS 206 (80.86% from 255) = 34.11%

R = 28.97%
G = 36.92%
B = 34.11%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#AFDFCE (or 0xAFDFCE) is known color: Cruise. HEX triplet: AF, DF and CE. RGB value is (175,223,206). Sum of RGB (Red+Green+Blue) = 175+223+206=604 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.97% from 604); Green value is 223 (87.5% from 255 or 36.92% from 604); Blue value is 206 (80.86% from 255 or 34.11% from 604); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDFCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDFCE is #502031. Grayscale: #CECECE. Windows color (decimal): -5251122 or 13557679. OLE color: 13557679.

HSL color Cylindrical-coordinate representation of color #AFDFCE: hue angle of 158.75º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFDFCE is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 223 206 -
CMYK 0.22 0 0.08 0.13
HSL 158.75º 0.43% 0.78% -
HSV(B) 158.75º 0.22% 0.87% -
XYZ 55.21 66.35 68.29 -
YUV 206.71 127.6 105.38 -
System Red Green Blue C M Y K H S L
Decimal 175 223 206 0.22 0 0.08 0.13 158.75 0.43 0.78
Hex AF DF CE 16 0 8 D 9F 2B 4E
Octal 257 337 316 26 0 10 15 237 53 116
Binary 10101111 11011111 11001110 10110 0 1000 1101 10011111 101011 1001110

Color Harmonies of #AFDFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDFCE

Black with #AFDFCE

Text Example


Text Example

White with #AFDFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDFCE; }

 p { color: rgb(175,223,206); }

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

background-color css

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

 a { background-color: rgb(175,223,206); }

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

border-color css

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

 span { border-color: rgb(175,223,206); }

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